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

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 04:08:02 PDT 2025


================
@@ -0,0 +1,5 @@
+config.suffixes = [".ll"]
+
+targets = set(config.root.targets_to_build.split())
+if not "Xtensa" in targets:
----------------
andreisfr wrote:

Fixed.

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


More information about the llvm-commits mailing list