Teach the transformation that moves binary operators around selects to preserve
authorNick Lewycky <nicholas@mxc.ca>
Sun, 27 Mar 2011 19:51:23 +0000 (19:51 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 27 Mar 2011 19:51:23 +0000 (19:51 +0000)
commit675619ca38adf7d5b019e009add88bcac699bf88
treec4d827b23e1babc14708fc6d6cb767a7b2da3618
parentd655e6e9dc0d21c3a2d76494dec255bb027572ae
Teach the transformation that moves binary operators around selects to preserve
the subclass optional data.

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