summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/test-output.py
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2015-01-12 20:31:30 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2015-01-12 20:31:30 +0000
commit291833b9595c34b7f03e8e3a54b25dcf14761e35 (patch)
treeb81d3fb6d6600d24405fc464fe9eda13a8cffb6c /llvm/utils/lit/tests/test-output.py
parent942623540b24fbd3df5df314ee2e02a98a0909de (diff)
downloadbcm5719-llvm-291833b9595c34b7f03e8e3a54b25dcf14761e35.tar.gz
bcm5719-llvm-291833b9595c34b7f03e8e3a54b25dcf14761e35.zip
[X86] Also create+widen FMIN/FMAX nodes for v2f32.
This happens in the HINT benchmark, where the SLP-vectorizer created v2f32 fcmp/select code. The "correct" solution would have been to teach the vectorizer cost model that v2f32 isn't legal (because really, it isn't), but if we can vectorize we might as well do so. We legalize these v2f32 FMIN/FMAX nodes by widening to v4f32 later on. v3f32 were already widened to v4f32 by the generic unroll-and-build-vector legalization. rdar://15763436 Differential Revision: http://reviews.llvm.org/D6557 llvm-svn: 225691
Diffstat (limited to 'llvm/utils/lit/tests/test-output.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud