aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-01-11 20:19:17 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-01-11 20:19:17 +0000
commitc8d12eee12bbd0dca3def72d52e410eaf4e61b2d (patch)
tree22e697b4cbced6d5b2e38b075b687e3358758fae /utils
parent3bf052b76c9fe2842edf69c3f6577b7db58037f8 (diff)
downloadexternal_llvm-c8d12eee12bbd0dca3def72d52e410eaf4e61b2d.zip
external_llvm-c8d12eee12bbd0dca3def72d52e410eaf4e61b2d.tar.gz
external_llvm-c8d12eee12bbd0dca3def72d52e410eaf4e61b2d.tar.bz2
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads are used.
When we load the v12i32 type, the GenWidenVectorLoads method generates two loads: v8i32 and v4i32 and attempts to use CONCAT_VECTORS to join them. In this fix I concat undef values to widen the smaller value. The test "widen_load-2.ll" also exposes this bug on AVX. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions