[PATCH] D141251: Replace un-demanded values with undef in BDCE.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 03:33:33 PST 2023
nikic added a comment.
Agree with @nlopes. I think we should just drop the FIXME here and explain why we're using zero. Using `freeze undef` is unlikely to be worthwhile, especially as it will get folded to `0` most of the time anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141251/new/
https://reviews.llvm.org/D141251
More information about the llvm-commits
mailing list