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

Zaara Syeda via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 07:45:27 PDT 2024


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

nit: don't need the {

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


More information about the llvm-commits mailing list