llvm-project/llvm/test/Analysis/CostModel/ARM
Renato Golin 0178a25fc5 Fixes ARM LNT bot from SLP change in O3
This patch fixes the multiple breakages on ARM test-suite after the SLP
vectorizer was introduced by default on O3. The problem was an illegal
vector type on ARMTTI::getCmpSelInstrCost() <3 x i1> which is not simple.

The guard protects this code from breaking (cause of the problems) but
doesn't fix the issue that is generating the odd vector in the first
place, which also needs to be investigated.

llvm-svn: 187658
2013-08-02 17:10:04 +00:00
..
cast.ll Legalize vector truncates by parts rather than just splitting. 2013-04-21 23:47:41 +00:00
divrem.ll ARM cost model: Integer div and rem is lowered to a function call 2013-04-25 21:16:18 +00:00
gep.ll ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
insertelement.ll ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
lit.local.cfg
select.ll Fixes ARM LNT bot from SLP change in O3 2013-08-02 17:10:04 +00:00
shuffle.ll ARM cost model: Add vector reverse shuffle costs 2013-02-12 02:40:39 +00:00