Don't hard-code the mask size to be 32, which is incorrect on ppc64
authorDan Gohman <gohman@apple.com>
Wed, 27 Feb 2008 21:12:32 +0000 (21:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 27 Feb 2008 21:12:32 +0000 (21:12 +0000)
commitec59b95a19f59c075c74f01016a57218775b5d55
tree04b0a109c8e4bd4b53957bec721a7ccc33b6a230
parentfd1074f171d87eda903048ca94ab1927fd768afb
Don't hard-code the mask size to be 32, which is incorrect on ppc64
and was causing aborts with the new APInt changes. This may also be
fixing an obscure ppc64 bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47692 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/mask64.ll [new file with mode: 0644]