aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-08-17 02:29:19 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-08-17 02:29:19 +0000
commit0e6d230abdbf6ba67a2676c118431a4df8fb15dd (patch)
treec45bfe0aafb8663f89ec7466a7fcce69a5802c16 /README.txt
parent666f500592b0d1b53f78155381434f4338d6999f (diff)
downloadexternal_llvm-0e6d230abdbf6ba67a2676c118431a4df8fb15dd.zip
external_llvm-0e6d230abdbf6ba67a2676c118431a4df8fb15dd.tar.gz
external_llvm-0e6d230abdbf6ba67a2676c118431a4df8fb15dd.tar.bz2
Introduce matching patterns for vbroadcast AVX instruction. The idea is to
match splats in the form (splat (scalar_to_vector (load ...))) whenever the load can be folded. All the logic and instruction emission is working but because of PR8156, there are no ways to match loads, cause they can never be folded for splats. Thus, the tests are XFAILed, but I've tested and exercised all the logic using a relaxed version for checking the foldable loads, as if the bug was already fixed. This should work out of the box once PR8156 gets fixed since MayFoldLoad will work as expected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
0 files changed, 0 insertions, 0 deletions