[llvm] [AMDGPU][NFC] Update MIR tests to use symbolic INLINEASM operands (PR #186839)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 07:06:32 PDT 2026
================
@@ -77,7 +77,7 @@ static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true),
// TODO: Remove once the transition to the symbolic form is over.
static cl::opt<bool>
PrintSymbolicInlineAsmOps("print-symbolic-inline-asm-ops", cl::Hidden,
----------------
kosarev wrote:
Would you mind having it done in a separate patch so that people could at least have the option of reverting that smaller change and using the command-line flag where might be needed downstream?
https://github.com/llvm/llvm-project/pull/186839
More information about the llvm-commits
mailing list