[PATCH] D106779: [SimplifyCFG] Make ValueEqaulityComparison freeze-aware.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 14:20:25 PDT 2021
nikic added a comment.
As the relevant optimizations already exist in InstCombine (D105392 <https://reviews.llvm.org/D105392>, D106233 <https://reviews.llvm.org/D106233>) is the motivation here a phase ordering problem? No InstCombine + SimplifyCFG runs at the relevant pipeline position?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106779/new/
https://reviews.llvm.org/D106779
More information about the llvm-commits
mailing list