[clang] [llvm] [Clang][inlineasm] Add special support for "rm" output constraints (PR #92040)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 03:02:50 PST 2026
================
@@ -496,6 +496,8 @@ class TargetPassConfig : public ImmutablePass {
void registerCodeGenCallback(PassInstrumentationCallbacks &PIC,
LLVMTargetMachine &);
+bool usesGreedyOrDefaultRegisterAllocator();
----------------
bwendling wrote:
This has been taken care of.
https://github.com/llvm/llvm-project/pull/92040
More information about the cfe-commits
mailing list