[PATCH] D131863: [CodeGen] Fix restore blocks' BasicBlock information in branch relaxation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 14:00:30 PDT 2022


arsenm added a comment.

What problem are you trying to solve with this? I was wondering if blocks only indirectly derived from source IR blocks should perhaps not have the IR backlinks (but we do currently copy around these IR references in other block splitting contexts)


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

https://reviews.llvm.org/D131863



More information about the llvm-commits mailing list