[PATCH] D131587: [CodeGen] Deduplicate restore blocks in branch relaxation

Piggy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 14 10:38:02 PDT 2022


piggynl added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/branch-relaxation.ll:1433
+; CHECK-RV32-NEXT:    j .LBB6_4
+; CHECK-RV32-NEXT:  .LBB6_7: # %dest_2
+; CHECK-RV32-NEXT:    lw s11, 0(sp)
----------------
I think this `%dest_2` should be `%dest_1`. Creating D131863 to fix this. I'll pre-commit this `@relax_jal_spill_32_deduplicate_restore_block()` test based on D131863.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131587



More information about the llvm-commits mailing list