[llvm] [SPIRV] Add support for CodeSectionINTEL storage class in legalizer (PR #167961)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 14 14:03:13 PST 2025


================
@@ -0,0 +1,9 @@
+; RUN: not llc --global-isel %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc --global-isel -filetype=null %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list