[PATCH] D106408: Allow rematerialization of virtual reg uses
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 19:53:52 PDT 2021
vporpo added a comment.
Just to add that this patch caused a huge compilation time increase in some workloads, with the majority of time spent in `eliminateDeadDefs()` called by `rematerializeAll()`. The compilation time regression was gone after this patch was reverted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106408/new/
https://reviews.llvm.org/D106408
More information about the llvm-commits
mailing list