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

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 07:49:39 PDT 2024


================
@@ -496,6 +496,8 @@ class TargetPassConfig : public ImmutablePass {
 void registerCodeGenCallback(PassInstrumentationCallbacks &PIC,
                              LLVMTargetMachine &);
 
+bool usesGreedyOrDefaultRegisterAllocator();
----------------
qcolombet wrote:

+1 on what @arsenm said.
We shouldn't expose the allocator to upper layers.

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


More information about the llvm-commits mailing list