summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/HTMLPrint.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-07-16 15:37:24 +0000
committerTim Northover <tnorthover@apple.com>2014-07-16 15:37:24 +0000
commit7f3e11e7c09e928baed4dced1f38a395b9f539dc (patch)
treebd651cb0a515ae4c361da6b3a8034b4038f0d5ee /clang/lib/Rewrite/Frontend/HTMLPrint.cpp
parentdb8011a494be320e6e0844bd90b7fd38b34a18e0 (diff)
downloadbcm5719-llvm-7f3e11e7c09e928baed4dced1f38a395b9f539dc.tar.gz
bcm5719-llvm-7f3e11e7c09e928baed4dced1f38a395b9f539dc.zip
CodeGen: don't form illegail EXTLOAD operations.
It turns out that in most cases (the main exception being i1-related types) once these operations are formed we cannot separate them and the targets end up having to deal with them whether they want to or not. This is not a good situation, and a more reasonable default can be formed by ackowledging this and having targets leave them as Legal. Only x86 seems to be affected (other targets don't even try marking the operation Expand). Mostly there's no visible change here yet, but it will be useful to have truly expanded EXTLOADS for MVT::f16 softening support. llvm-svn: 213162
Diffstat (limited to 'clang/lib/Rewrite/Frontend/HTMLPrint.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud