mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
new 'cast' miscompilation, reduced from perlbmk by Evan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d28442ee96
commit
f0d6dd6006
5
test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
Normal file
5
test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'ret bool false'
|
||||
bool %test() {
|
||||
%X = trunc uint 320 to bool
|
||||
ret bool %X
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user