summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-11-14 23:02:09 +0000
committerCraig Topper <craig.topper@intel.com>2018-11-14 23:02:09 +0000
commit0b2089da4b0dc813fa38b28598e71b305eca426d (patch)
treeddd4bb3fccf1a6aec1dd11220f82a57c8f36ac74 /lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
parent7b7b1140e3a4c01275fb41b0c5141bba98164e13 (diff)
downloadbcm5719-llvm-0b2089da4b0dc813fa38b28598e71b305eca426d.tar.gz
bcm5719-llvm-0b2089da4b0dc813fa38b28598e71b305eca426d.zip
[X86] Support v2i32/v4i16/v8i8 load/store using f64 on 32-bit targets under -x86-experimental-vector-widening-legalization.
On 64-bit targets the type legalizer will use i64 to legalize these. But when i64 isn't legal, the type legalizer won't try an FP type. So do it manually instead. There are a few regressions in here due to some v2i32 operations like mul and div now being reassembled into a full vector just to store instead of storing the pieces. But this was already occuring in 64-bit mode so its not a new issue. llvm-svn: 346908
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud