OSDN Git Service

GlobalISel: fix insert/extract to work on ConstantExprs too.
authorTim Northover <tnorthover@apple.com>
Fri, 19 Aug 2016 20:09:03 +0000 (20:09 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 19 Aug 2016 20:09:03 +0000 (20:09 +0000)
commit843c63894330d5004ad847e9c76848719e80d2c0
treee045236911b37581981cf38e071f4e9a2d789251
parent046622b9fa2628abe9d552771a1da995b04c7da9
GlobalISel: fix insert/extract to work on ConstantExprs too.

No tests yet unfortunately (ConstantFolding reduces all supported constants to
ConstantInts before we get to translation). Soon.

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