[GISel]:IRTranslator: Prefer a buidInstr form that allows CSE of cast instructions
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 18 Apr 2019 02:19:29 +0000 (02:19 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 18 Apr 2019 02:19:29 +0000 (02:19 +0000)
commit92663376563d69d96399116050b2f7b2ffe9b8d0
treed899cc3edc022d889895dd98433355a5ffa9ce99
parent7b6192025e8f183f0ea84ba9d59da7374727e8a6
[GISel]:IRTranslator: Prefer a buidInstr form that allows CSE of cast instructions

https://reviews.llvm.org/D60844

Use the style of buildInstr that allows CSEing.

llvm-svn: 358637
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp