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

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 00:56:12 PDT 2024


================
@@ -515,6 +515,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
   getActionDefinitionsBuilder(G_ICMP)
       .legalFor({{s32, s32},
                  {s32, s64},
+                 {s64, s64},
----------------
madhur13490 wrote:

Well, s64 case doesn't work without this. Why don't want this to be legal?

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


More information about the llvm-commits mailing list