[llvm] [PowerPC] Add custom lowering for ssubo (PR #111748)

Amy Kwan via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 19:48:03 PDT 2024


================
@@ -198,6 +198,10 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
     }
   }
 
+  if (!Subtarget.hasP10Vector() && isPPC64) {
----------------
amy-kwan wrote:

Can we add a comment as to why we exclude P10 here?

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


More information about the llvm-commits mailing list