19 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=riscv32 -global-isel -verify-machineinstrs < %s \3; RUN: | FileCheck -check-prefix=RV32I %s4; RUN: llc -mtriple=riscv64 -global-isel -verify-machineinstrs < %s \5; RUN: | FileCheck -check-prefix=RV64I %s6 7define void @foo() {8; RV32I-LABEL: foo:9; RV32I: # %bb.0: # %entry10; RV32I-NEXT: ret11;12; RV64I-LABEL: foo:13; RV64I: # %bb.0: # %entry14; RV64I-NEXT: ret15 16entry:17 ret void18}19