[clang] [llvm] [inlineasm] Add special support for "rm" inline asm constraints (PR #181973)

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 16 02:31:17 PDT 2026


================
@@ -259,7 +259,7 @@ void t31(int len) {
   __asm__ volatile(""
                    : "+%%rm"(len), "+rm"(len));
   // CHECK: @t31
----------------
bwendling wrote:

Done.

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


More information about the cfe-commits mailing list