[PATCH] D79523: [RISCV] Support Constant Pools in Load/Store Peephole

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 22:42:19 PDT 2020


asb accepted this revision.
asb added a comment.

LGTM, thanks. Left an inline comment pointing out a TODO that can now be removed thanks to this.



================
Comment at: llvm/test/CodeGen/RISCV/float-imm.ll:25
 define float @float_imm_op(float %a) nounwind {
 ; TODO: addi should be folded in to the flw
 ; RV32IF-LABEL: float_imm_op:
----------------
This TODO can be deleted thanks to this patch!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79523/new/

https://reviews.llvm.org/D79523





More information about the llvm-commits mailing list