[llvm] [PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (PR #116984)

Maryam Moghadas via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 09:41:07 PST 2025


================
@@ -196,7 +196,11 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
     }
   }
 
+  // PowerPC uses addo,addo_carry,subo,subo_carry to propagate carry.
----------------
maryammo wrote:

uaddo/usubo do not propagate carry bit. 

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


More information about the llvm-commits mailing list