summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vec-select.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Emit XXSEL for vec_sel and code that has the same patternNemanja Ivanovic2019-06-251-0/+72
As pointed out in https://bugs.llvm.org/show_bug.cgi?id=41777 we do not emit a vector select even when the pretty much asks for one. This patch changes that. Differential revision: https://reviews.llvm.org/D61658 llvm-svn: 364289
OpenPOWER on IntegriCloud