[PATCH] D107279: [RISCV] Add test showing the current extern_weak lowering
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 21:07:24 PDT 2023
jrtc27 marked an inline comment as done.
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/codemodel-lowering.ll:158
+; RV32I-MEDIUM-NEXT: ret
+ %1 = load volatile i32, i32* @W
+ ret i32 %1
----------------
MaskRay wrote:
>
Huh, surprised that doesn't hit an error in the IR parser
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107279/new/
https://reviews.llvm.org/D107279
More information about the llvm-commits
mailing list