[llvm] [Xtensa] Implement Xtensa S32C1I Option and atomics lowering. (PR #137134)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 14:08:34 PDT 2025


================
@@ -175,6 +175,40 @@ XtensaTargetLowering::XtensaTargetLowering(const TargetMachine &TM,
   setOperationAction(ISD::VACOPY, MVT::Other, Custom);
   setOperationAction(ISD::VAEND, MVT::Other, Expand);
 
+    // to have the best chance and doing something good with fences custom lower
+  // them
----------------
andreisfr wrote:

Fixed.

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


More information about the llvm-commits mailing list