Loading llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll 0 → 100644 +6 −0 Original line number Diff line number Diff line ; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false' bool %test(bool %V) { %Y = setlt bool %V, false ret bool %Y } Loading
llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll 0 → 100644 +6 −0 Original line number Diff line number Diff line ; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false' bool %test(bool %V) { %Y = setlt bool %V, false ret bool %Y }