[PATCH] D142803: [ComplexLogicCombine 1/?] Implement a general way to simplify complex logical operations.
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 19:54:47 PST 2023
bcl5980 added a comment.
@spatel , do you think this change can split into a individual pass? It looks the sequence of instruction iterator is reversed but I prefer to call the complex logic combine based on normal sequence.
But I'm not sure if this code is worth to add a new pass. If it is worth, where should this pass been inserted?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142803/new/
https://reviews.llvm.org/D142803
More information about the llvm-commits
mailing list