]> granicus.if.org Git - llvm/commit
[CGP, memcmp] replace CreateZextOrTrunc with CreateZext because it can never trunc
authorSanjay Patel <spatel@rotateright.com>
Wed, 21 Jun 2017 18:20:52 +0000 (18:20 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 21 Jun 2017 18:20:52 +0000 (18:20 +0000)
commitd8cbb8e87acdd2708022c885ea49ec6b2d4ce9ab
tree7c0cb9af487a0cccdf5cecef77e0e1b3c51c7f9b
parent8c9101fe0014b8cdb04334a6206e6fb367296473
[CGP, memcmp] replace CreateZextOrTrunc with CreateZext because it can never trunc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305936 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPrepare.cpp