Skip to content
Commit e8479747 authored by Faye Gao's avatar Faye Gao Committed by Fei Gao
Browse files

8280511: AArch64: Combine shift and negate to a single instruction

In AArch64,

asr     x10, x1, #31
neg     x0, x10

can be optimized to:

neg    x0, x1, asr #31

To implement the instruction combining, we add matching rules in
the backend.

Change-Id: Iaee06f7a03e97a7e092e13da75812f3722549c3b
parent b1564624
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment