[llvm] [AArch64][GlobalISel] Take abs scalar codegen closer to SDAG (PR #84886)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 22:41:33 PDT 2024
arsenm wrote:
> @arsenm @aemerson Given that there is a different approach now, do you still think `lower()` should be modified? If so, how do we reliably detect? Can you please elaborate a bit more?
Yes. Currently the lower implementation just calls lowerAbsToAddXor. You can conditionally call your new implementation based on isLegalOrCustom for the type with the relevant opcodes used in the expansion
https://github.com/llvm/llvm-project/pull/84886
More information about the llvm-commits
mailing list