summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-04 14:49:21 +0000
committerTim Northover <tnorthover@apple.com>2014-04-04 14:49:21 +0000
commit07a8ff4892b2a54f0bd5843f863bcffa7a258f1f (patch)
treed9642a2e243c2c35ddbee69d36d518bee33db1d4 /lldb/source/Expression/ExpressionSourceCode.cpp
parent92a47442f4a362fd634353316d632a1ef87ea106 (diff)
downloadbcm5719-llvm-07a8ff4892b2a54f0bd5843f863bcffa7a258f1f.tar.gz
bcm5719-llvm-07a8ff4892b2a54f0bd5843f863bcffa7a258f1f.zip
ARM64: handle v1i1 types arising from setcc properly.
There were several overlapping problems here, and this solution is closely inspired by the one adopted in AArch64 in r201381. Firstly, scalarisation of v1i1 setcc operations simply fails if the input types are legal. This is fixed in LegalizeVectorTypes.cpp this time, and allows AArch64 code to be simplified slightly. Second, vselect with such a setcc feeding into it ends up in ScalarizeVectorOperand, where it's not handled. I experimented with an implementation, but found that whatever DAG came out was rather horrific. I think Hao's DAG combine approach is a good one for quality, though there are edge cases it won't catch (to be fixed separately). Should fix PR19335. llvm-svn: 205625
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud