mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Testcase for Revision 47478.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
249ded3fa8
commit
f65a0f7860
9
test/Transforms/InstCombine/2008-02-23-MulSub.ll
Normal file
9
test/Transforms/InstCombine/2008-02-23-MulSub.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as | opt -instcombine | llvm-dis | not grep mul
|
||||
|
||||
define i26 @mul_283(i26 %a) nounwind {
|
||||
entry:
|
||||
%_add = mul i26 %a, 2885 ; <i26> [#uses=1]
|
||||
%_shl2 = mul i26 %a, 2884 ; <i26> [#uses=1]
|
||||
%_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1]
|
||||
ret i26 %_sub
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user