15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=aarch64-none-eabi %s -o - | FileCheck %s3 4define i32 @test(i32 %a) {5; CHECK-LABEL: test:6; CHECK: // %bb.0: // %entry7; CHECK-NEXT: add w0, w0, #1938; CHECK-NEXT: ret9entry:10 %add = add i32 %a, 111 %or1 = or disjoint i32 %add, 6412 %or = or disjoint i32 %or1, 12813 ret i32 %or14}15