[llvm] [AArch64][GlobalISel] Take abs scalar codegen closer to SDAG (PR #84886)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 03:33:29 PDT 2024


arsenm wrote:

> Do you mean just use `customifScalar` and not have anything in `lower()`?

Regardless of what AArch64 wants or does, we should still try to pick a preferred lowering in the default implementation of lower. 

https://github.com/llvm/llvm-project/pull/84886


More information about the llvm-commits mailing list