[PATCH] D71164: [InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 03:46:13 PST 2019
nikic requested review of this revision.
nikic marked an inline comment as done.
nikic added a comment.
I've now switched this to directly remove the instruction rather than only adding it to the worklist, please take another look.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71164/new/
https://reviews.llvm.org/D71164
More information about the llvm-commits
mailing list