File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
llvm/test/CodeGen/SPIRV/hlsl-intrinsics Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-vulkan-unknown %s -o - | FileCheck %s
22; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
33
4- ; TODO: This test currently fails when --target-env vulkan1.3 is specified.
5- ; XFAIL: *
4+ ; TODO(#136344) : This test currently fails when --target-env vulkan1.3 is specified.
5+ ; XFAIL: spirv-tools
66
77; CHECK-DAG: %[[#int:]] = OpTypeInt 32 0
88; CHECK-DAG: %[[#ptr_Input_int:]] = OpTypePointer Input %[[#int]]
Original file line number Diff line number Diff line change 11; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
22; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
33
4- ; TODO: This test currently fails when --target-env vulkan1.3 is specified.
5- ; XFAIL: *
4+ ; TODO(#136344) : This test currently fails when --target-env vulkan1.3 is specified.
5+ ; XFAIL: spirv-tools
66
77; Make sure SPIRV operation function calls for smoothstep are lowered correctly.
88
You can’t perform that action at this time.
0 commit comments