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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 10:59:23 PST 2025


================
@@ -0,0 +1,20 @@
+; RUN: not llc -mtriple=x86_64-unknown-linux-gnu < %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc -mtriple=x86_64-unknown-linux-gnu -filetype=null %s 2>&1 | FileCheck -implicit-check-not=error %s
```

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


More information about the llvm-commits mailing list