[llvm] [SPIR-V] Rework usage of virtual registers' types and classes (PR #101732)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 10:24:39 PDT 2024


================
@@ -1,5 +1,5 @@
-; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-HLSL
-; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-OCL
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-HLSL
----------------
farzonl wrote:

There are a bunch of other hlsl intrinsic tests, what was the requirement for `-verify-machineinstrs` on these 3 tests but not on the other tests in this folder?

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


More information about the llvm-commits mailing list