[clang] [llvm] [Clang][inlineasm] Add special support for "rm" output constraints (PR #92040)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 14 07:05:29 PST 2026


nikic wrote:

I've reverted this PR, because it landed without approval. Please do not reuse old PRs to avoid this kind of confusion, where approvals from a completely different earlier patch keep hanging around, even though nobody actually reviewed the new implementation in any detail.

Before resubmitting this, I'd recommend creating a PR for the CallBrPrepare -> InlineAsmPrepare rename first. It looks like the changes end up being sufficiently substantial that git can no longer recognize this as a file rename and shows it as a delete + create instead, which makes the diff hard to review.

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


More information about the llvm-commits mailing list