[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / llvm / test / CodeGen / X86 / xtest.ll
blob005e41fd6505f9487177d6680cb69855bb30d84c
1 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+rtm | FileCheck %s
3 declare i32 @llvm.x86.xtest() nounwind
5 define i32 @test_xtest() nounwind uwtable {
6 entry:
7   %0 = tail call i32 @llvm.x86.xtest() nounwind
8   ret i32 %0
9 ; CHECK: test_xtest
10 ; CHECK: xtest