[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / llvm / test / CodeGen / X86 / mul-remat.ll
blob1a5d88aba8d4003c87cb8c283f74726024ce05ad
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
3 ; PR1874
5 define i32 @test(i32 %a, i32 %b) {
6 ; CHECK-LABEL: test:
7 ; CHECK:       # %bb.0: # %entry
8 ; CHECK-NEXT:    movl {{[0-9]+}}(%esp), %eax
9 ; CHECK-NEXT:    imull {{[0-9]+}}(%esp), %eax
10 ; CHECK-NEXT:    retl
11 entry:
12         %tmp3 = mul i32 %b, %a
13         ret i32 %tmp3