[clang] [llvm] [X86][AsmParser] Fix MS inline asm label mismatch with offset operator (PR #199552)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue May 26 03:20:16 PDT 2026
================
@@ -789,6 +789,20 @@ int test_indirect_field(LARGE_INTEGER LargeInteger) {
// CHECK-LABEL: define{{.*}} i32 @test_indirect_field(
// CHECK: call i32 asm sideeffect inteldialect "mov eax, $1",
+// Test that 'offset' references to inline asm labels use the same
----------------
arsenm wrote:
Don't need the clang test
https://github.com/llvm/llvm-project/pull/199552
More information about the cfe-commits
mailing list