mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee740834ab
commit
832e1489cc
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep sub &&
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep add
|
||||
|
||||
<4 x float> %test(<4 x float> %tmp26, <4 x float> %tmp53) {
|
||||
; (X+Y)-Y != X for fp vectors.
|
||||
%tmp64 = add <4 x float> %tmp26, %tmp53
|
||||
%tmp75 = sub <4 x float> %tmp64, %tmp53
|
||||
ret <4 x float> %tmp75
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user