diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2012-01-11 20:19:17 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2012-01-11 20:19:17 +0000 |
commit | c8d12eee12bbd0dca3def72d52e410eaf4e61b2d (patch) | |
tree | 22e697b4cbced6d5b2e38b075b687e3358758fae /lib/Support/Unix/Signals.inc | |
parent | 3bf052b76c9fe2842edf69c3f6577b7db58037f8 (diff) |
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 'lib/Support/Unix/Signals.inc')
0 files changed, 0 insertions, 0 deletions