aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-15 12:18:12 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-15 12:18:12 +0000
commit1b5285dd5765ca3f70bc504ba35996a9a5ebcb5a (patch)
treee3f3373ac2332e9faa3fc0fc3d1d3107b7a0a395 /llvm/lib/Bitcode/Reader
parent75d9a9756908b114148336288ba658b003e9d57a (diff)
downloadllvm-1b5285dd5765ca3f70bc504ba35996a9a5ebcb5a.zip
llvm-1b5285dd5765ca3f70bc504ba35996a9a5ebcb5a.tar.gz
llvm-1b5285dd5765ca3f70bc504ba35996a9a5ebcb5a.tar.bz2
[SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats
directly into blends of the splats. These patterns show up even very late in the vector shuffle lowering where we don't have any chance for DAG combining to kick in, and blending is a tremendously simpler operation to model. By coercing the shuffle into a blend we can much more easily match and lower shuffles of splats. Immediately with this change there are significantly more blends being matched in the x86 vector shuffle lowering. llvm-svn: 229308
Diffstat (limited to 'llvm/lib/Bitcode/Reader')
0 files changed, 0 insertions, 0 deletions