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

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 18 07:22:10 PDT 2026


================

----------------
nikic wrote:

Maybe I missed it, but are there any tests where (at `-O2`) we actually fall back to the m constraint? It looks like everything here uses registers (or explicit `m` constraints).

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


More information about the cfe-commits mailing list