Displaying 1 result from an estimated 1 matches for "fs5_variant0_whol".
Did you mean:
fs5_variant0_whole
2010 Oct 26
0
[LLVMdev] Reproducible testcase for r100044
...so a main function which will print (and return an exit code)
of 0 on success, and 1 on failure.
Jose
-------------- next part --------------
; RUN: llvm-as < %s | llc -march=x86-64 | FileCheck %s
; r100044
%texture = type { i32, i32, i32, i32, [13 x i32], [13 x i32], [13 x i32] }
define i32 @fs5_variant0_whole(%texture* noalias %texture, i32 %lod) noinline {
entry:
%texture.row_stride = getelementptr %texture* %texture, i32 0, i32 4
%texture.data_ptr = getelementptr %texture* %texture, i32 0, i32 6
%x140 = icmp sge i32 %lod, 0
br i1 %x140, label %if-true-block, label %if-false-block
if-true-blo...