[PATCH] D45378: [InstCombine] Propagate null values from conditions to other basic blocks
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 12:27:06 PDT 2018
lebedev.ri added a comment.
Note that such a transform (`null` propagation) is already being done somewhere. https://godbolt.org/g/ow79c8
I'd recommend to first look where that is happening, and extend that, not introduce a duplicate-but-better fold elsewhere.
Repository:
rL LLVM
https://reviews.llvm.org/D45378
More information about the llvm-commits
mailing list