[PATCH] D131776: [GVN] Fix miscompile shown in github issue #57025
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 03:51:17 PDT 2022
nikic added a comment.
The good news is that PHITranslateValue has a MustDominate argument that controls this behavior. If we make MemDep pass MustDominate=true, then this phi translation is no longer performed. The bad news is that this does regress GVN test results...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131776/new/
https://reviews.llvm.org/D131776
More information about the llvm-commits
mailing list