[PATCH] D89050: Add support for !noundef metatdata on loads
Malhar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 09:02:03 PST 2022
malharJ added a comment.
> Right, but the absence of select -> and/or folding by itself shouldn't matter -- it's only relevant in that it can prevent other transforms
I fully agree, it's just that the presence of that transformation was helping with an optimization later on in the pipeline
in my specific case.
Otherwise there is no issue with code generation of select.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89050/new/
https://reviews.llvm.org/D89050
More information about the llvm-commits
mailing list