[llvm] X86: Emit adox instead of adc for overflow add (PR #216609)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 13:25:47 PDT 2026


================
@@ -1459,7 +1459,7 @@ let Uses = [RDX] in
 //===----------------------------------------------------------------------===//
 // ADCX and ADOX Instructions
 //
-// We don't have patterns for these as there is no advantage over ADC for
+// We don't have patterns for ACX as there is no advantage over ADC for
----------------
topperc wrote:

```suggestion
// We don't have patterns for ADCX as there is no advantage over ADC for
```

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


More information about the llvm-commits mailing list