[X86] X86DAGToDAGISel - attempt to merge XMM/YMM loads with YMM/ZMM loads of the...
[llvm-project.git] / llvm / test / CodeGen / NVPTX / bug41651.ll
blob23bd59004c5bcb18c6d2b3b5cd3db35a8f300fc1
1 ; RUN: llc -filetype=asm -o - %s | FileCheck %s
2 ; RUN: %if ptxas %{ llc -filetype=asm -o - %s | %ptxas-verify %}
4 target datalayout = "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
5 target triple = "nvptx64-nvidia-cuda"
7 %func = type { ptr }
9 ; CHECK: foo
10 ; CHECK: call
11 ; CHECK: ret
12 define void @foo() {
13   %call = call %func undef(i32 0, i32 1)
14   ret void