[PATCH] D75799: [JumpThreading] Don't create PHI nodes with "is.constant" values
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 14:03:42 PDT 2020
joerg added a comment.
It still seems to be a perfectly reasonable optimisation under the semantics of `is.constant`. The code here seems to be an abuse of it though and makes assumptions that are not sensible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75799/new/
https://reviews.llvm.org/D75799
More information about the llvm-commits
mailing list