[PATCH] D141712: [GVN] Improve PRE on load instructions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 00:40:22 PST 2023


nikic added a comment.

I believe the updated patch doesn't address the compile-time regression yet -- it's still running a whole extra GVN iteration to remove the load that is left behind.


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

https://reviews.llvm.org/D141712



More information about the llvm-commits mailing list