[PATCH] D53236: [SelectionDAG] swap select_cc operands to enable folding

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 12:13:24 PST 2018


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM

(For reference: I was wondering why x86 doesn't show any diffs for this change; it looks like there's custom code in X86ISelLowering that already does the same thing.)


https://reviews.llvm.org/D53236





More information about the llvm-commits mailing list