OSDN Git Service

[InstCombine] use ConstantExpr::getBitCast() instead of creating useless instruction
authorSanjay Patel <spatel@rotateright.com>
Thu, 30 Jun 2016 14:27:41 +0000 (14:27 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 30 Jun 2016 14:27:41 +0000 (14:27 +0000)
commit2f457b8690672e76ae9c55080ea9bdfa37b96345
treee14e02c54faf7e3f748360f737df11f82d295776
parent30bf9cacd9e3026e7e5d3af1279a3814fd54fa06
[InstCombine] use ConstantExpr::getBitCast() instead of creating useless instruction

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