brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · ea1359b Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=aarch64-unknown-unknown | FileCheck %s3 4define i32 @f(i32 %a0) {5; CHECK-LABEL: f:6; CHECK:       // %bb.0:7; CHECK-NEXT:    ret8  %1 = lshr i32 %a0, 21474836479  %2 = add i32 %1, 214748364710  %3 = and i32 %2, %111  ret i32 %312}13