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

Ahmed Nour via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 08:15:52 PST 2025


================
@@ -1,13 +1,15 @@
 // 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
----------------
ahmednoursphinx wrote:

thanks, updated 

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


More information about the llvm-commits mailing list