[PATCH] D102764: [IR] Prefer not to delete blocks that have their address taken
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 06:07:51 PDT 2021
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/codemodel-lowering.ll:34
; RV32I-SMALL-LABEL: lower_blockaddress:
-; RV32I-SMALL: # %bb.0:
+; RV32I-SMALL: # %bb.0: # %entry
+; RV32I-SMALL-NEXT: .Ltmp0: # Block address taken
----------------
Seems this test has always highlighted the broken behaviour :( should have caught that in review...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102764/new/
https://reviews.llvm.org/D102764
More information about the llvm-commits
mailing list