1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/Transforms/ConstantHoisting
Juergen Ributzka c19a8638e5 [ARM64] Fix immediate cost calculation for types larger than i64.
The immediate cost calculation code was hitting an assertion in the included
test case, because APInt was still internally 128-bits. Truncating it to 64-bits
fixed the issue.

Fixes <rdar://problem/16572521>.

llvm-svn: 205947
2014-04-10 01:36:59 +00:00
..
ARM64 [ARM64] Fix immediate cost calculation for types larger than i64. 2014-04-10 01:36:59 +00:00
X86 Update the test to use FileCheck. 2014-04-04 19:57:01 +00:00