summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/minmax.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Add instruction selection patterns for vmin/vmaxSilviu Baranga2015-08-191-0/+193
Summary: The mid-end was generating vector smin/smax/umin/umax nodes, but we were using vbsl to generatate the code. This adds the vmin/vmax patterns and a test to check that we are now generating vmin/vmax instructions. Reviewers: rengolin, jmolloy Subscribers: aemerson, rengolin, llvm-commits Differential Revision: http://reviews.llvm.org/D12105 llvm-svn: 245439
OpenPOWER on IntegriCloud