llvm-project
944cc03a - [AArch64] Add sqneg tablegen patterns (#196265)

Commit
11 hours ago
[AArch64] Add sqneg tablegen patterns (#196265) This adds some tablegen patterns for sqneg instructions, largely copied from the equivalent MVE patterns. They perform a saturating negation, effectively just protecting against INT_MIN, which is equivalent to a `ssub_sat 0, R`.
Author
Parents
Loading