OSDN Git Service

[InstCombine] Move foldSelectICmpAnd helper function earlier in the file to enable...
authorCraig Topper <craig.topper@intel.com>
Tue, 5 Sep 2017 05:26:37 +0000 (05:26 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 5 Sep 2017 05:26:37 +0000 (05:26 +0000)
commit783862083c7caea767964cb5da7841a040a86b8c
tree6fb13be293a2f887bbc5924f5bbba608cec006e5
parentf10caaa50379a0dc20bbc14b2b6d3a9bfd7745d8
[InstCombine] Move foldSelectICmpAnd helper function earlier in the file to enable reuse in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineSelect.cpp