Skip to content

Commit 2d57fc3

Browse files
committed
pr feedback typo+todo
Signed-off-by: Nathan Gauër <[email protected]>
1 parent 839b576 commit 2d57fc3

File tree

15 files changed

+9
-7
lines changed

15 files changed

+9
-7
lines changed

llvm/test/CodeGen/SPIRV/HlslBufferLoad.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; RUN: llc -O0 -mtriple=spirv-vulkan-library %s -o - | FileCheck %s
23
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-library %s -o - -filetype=obj | spirv-val %}
34

llvm/test/CodeGen/SPIRV/ShaderBufferImage.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; RUN: llc -O0 -mtriple=spirv-vulkan-library %s -o - | FileCheck %s
23
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-library %s -o - -filetype=obj | spirv-val %}
34

llvm/test/CodeGen/SPIRV/ShaderImage.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; RUN: llc -O0 -mtriple=spirv-vulkan-library %s -o - | FileCheck %s
23
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-library %s -o - -filetype=obj | spirv-val %}
34

llvm/test/CodeGen/SPIRV/basic_int_types.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
23
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32-unknown-unknown %s -o - -filetype=obj | spirv-val %}
34

llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; REQUIRES: spirv-tools
23
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - --filetype=obj | spirv-dis | FileCheck %s
34
; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - --filetype=obj | spirv-dis | FileCheck %s

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveIsFirstLane.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
21
; RUN: llc -O0 -mtriple=spirv-unknown-linux %s -o - | FileCheck %s
32
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o - -filetype=obj | spirv-val %}
43

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/degrees.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
12
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
23
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
34

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/fdot.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
21
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
32
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
43

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/idot.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
21
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
32
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
43

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/length.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; TODO(pull/110270): verifier, fix G_BITCAST error "bitcast must change type"
21
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
32
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
43

0 commit comments

Comments
 (0)