brintos

brintos / llvm-project-archived public Read only

0
0
Text · 544 B · bbc6a90 Raw
18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 22; RUN: llc < %s -mtriple=riscv64 | FileCheck %s3 4define void @f() {5; CHECK-LABEL: f:6; CHECK:       # %bb.0:7; CHECK-NEXT:    sb zero, 0(zero)8; CHECK-NEXT:    ret9  %B1 = shl i64 -9223372036854775808, 010  %LGV6 = load i8, ptr null, align 111  %G3 = getelementptr i32, ptr null, i64 %B112  %B5 = ashr i64 -9223372036854775808, 013  store i1 false, ptr %G3, align 114  store i8 1, ptr null, align 115  store i1 false, ptr null, align 116  ret void17}18