[llvm] [SPIRV] Porting 4 tests from Translator (PR #151678)

Michal Paszkowski via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 3 12:04:36 PDT 2025


================
@@ -0,0 +1,16 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o -
----------------
michalpaszkowski wrote:

Shouldn't this test run `FileCheck`? There are `CHECK:` lines below.
```suggestion
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
```

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


More information about the llvm-commits mailing list