[llvm] [RISCV] 'Zalrsc' may permit non-base instructions (PR #165042)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 14:32:09 PDT 2025
================
@@ -1906,6 +1906,22 @@ def FeatureForcedAtomics : SubtargetFeature<
def HasAtomicLdSt
: Predicate<"Subtarget->hasStdExtZalrsc() || Subtarget->hasForcedAtomics()">;
+// The RISCV Unprivileged Architecture defines _constrained_ LR/SC loops:
----------------
slachowsky wrote:
Done.
https://github.com/llvm/llvm-project/pull/165042
More information about the llvm-commits
mailing list