[PATCH] D28380: [SelectionDAG] Handle inverted conditions when splitting into multiple branches.
Chad Rosier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 12:16:08 PST 2017
mcrosier added a comment.
The patch seems to be inline with and extending the current functionality of the FindMergedConditions optimization, so it LGTM. However, I'll give others an opportunity to chime in before giving a formal approval.
Did you collect any performance results for AArch64 and/or X86? I looked at the AArch64 binary diffs, but nothing jumped out at me.
https://reviews.llvm.org/D28380
More information about the llvm-commits
mailing list