Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
authorRoman Divacky <rdivacky@freebsd.org>
Mon, 20 Jun 2011 15:28:39 +0000 (15:28 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Mon, 20 Jun 2011 15:28:39 +0000 (15:28 +0000)
commit8e9d6720c3b62ad45bb97d43b47867a3097b433a
tree02ae6c882f3bfd3acfed4832d69081996a224d49
parent5e27a1d468e27253d6a19bdc99b445eaf8f86a6e
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
with 32bit values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
test/CodeGen/PowerPC/ppc64-32bit-addic.ll [new file with mode: 0644]