[PATCH] D105545: [MergedLoadStoreMotion] Conditional store elimination

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 02:26:36 PDT 2021


jaykang10 added a comment.

It looks like the patch does Partial Redundancy Elimination for store with triangle CFG... As far as I know, LLVM has passes to support the PRE.
If you have already checked the llvm passes, can you let me know why the passes do not handle the triangle CFG with store instruction please?


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

https://reviews.llvm.org/D105545



More information about the llvm-commits mailing list