[PATCH] D71539: [SCEV] Look through trivial PHIs.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 13:25:32 PDT 2021
fhahn added a comment.
This dropped off my radar and I realized that I fixed the cause of the crash which was the reason for the latest revert in 60b852092c98dbdc6248d60109d90ae6f8ad841c <https://reviews.llvm.org/rG60b852092c98dbdc6248d60109d90ae6f8ad841c>. But I never recommitted the patch. I am planning on doing so tomorrow.
Compile-time impact seems much less than when it was committed originally now:
http://llvm-compile-time-tracker.com/compare.php?from=0b61f43b6096a9e98652991cba34e8ad44d35101&to=ffe4cbefc784e6e3c60cdefe5c3925dc77ea77f9&stat=instructions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71539/new/
https://reviews.llvm.org/D71539
More information about the llvm-commits
mailing list