aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/div_const.ll
blob: 7a3c7d0096315d5a084207609ab79e0a35569d30 (plain)
1
2
3
4
5
6
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
}