[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / pr55271.ll
blob3ffa6cf4acb802beaf236e55c0b279269dbd7ed4
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
4 ; abs(undef) should fold to 0 not undef.
6 declare i32 @llvm.abs.i32(i32, i1 immarg) #0
8 define i32 @abs(i32 %0) {
9 ; CHECK-LABEL: abs:
10 ; CHECK:       # %bb.0:
11 ; CHECK-NEXT:    xorl %eax, %eax
12 ; CHECK-NEXT:    retq
13   %2 = call i32 @llvm.abs.i32(i32 undef, i1 false)
14   ret i32 %2