================ @@ -0,0 +1,76 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py +; RUN: llc -mtriple=riscv32 -relocation-model=static < %s | FileCheck %s --check-prefix=RV32 +; RUN: llc -mtriple=riscv64 -relocation-model=pic < %s | FileCheck %s --check-prefix=RV64 + +@var = external dso_local global i32, align 4 +@a = external global [2 x [2 x i32]], align 4 + +define dso_local void @test() { +; CHECK-LABEL: test: +; CHECK: # %bb.0: # %entry +; CHECK-NEXT: #APP +; CHECK-NEXT: # var a+12 test +; CHECK-NEXT: #NO_APP +; CHECK-NEXT: ret{{[l|q]}} ---------------- MaskRay wrote:
Thanks for catching this. Removed https://github.com/llvm/llvm-project/pull/80201 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits