forked from OSchip/llvm-project
Testcase for GCC bug28417, ensuring that we don't start getting it wrong
somehow. llvm-svn: 29410
This commit is contained in:
parent
e3cbd4b9f9
commit
f0fe42350f
|
@ -0,0 +1,7 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 | grep 365384439
|
||||
|
||||
uint %f9188_mul365384439_shift27(uint %A) {
|
||||
%tmp1 = div uint %A, 1577682821 ; <uint> [#uses=1]
|
||||
ret uint %tmp1
|
||||
}
|
||||
|
Loading…
Reference in New Issue