[clang] [llvm] [SelectionDAG] Fix assertion failure on inline asm register type mismatch (PR #166615)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 6 23:49:25 PST 2025


================
@@ -1,13 +1,13 @@
 // RUN: %clang_cc1 -verify -triple x86_64-unknown-unknown -emit-llvm-only %s
+// RUN: %clang_cc1 -verify -triple x86_64-unknown-unknown -emit-llvm-only -fopenmp %s
----------------
phoebewang wrote:

`=omp` still missing

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


More information about the llvm-commits mailing list