[all-commits] [llvm/llvm-project] 191fbd: [ARM][MIPS] Add funnel shift test coverage
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Oct 9 11:26:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 191fbda5d2a5ceb4b5af894d987a69537b8431b4
https://github.com/llvm/llvm-project/commit/191fbda5d2a5ceb4b5af894d987a69537b8431b4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
A llvm/test/CodeGen/ARM/funnel-shift-rot.ll
A llvm/test/CodeGen/ARM/funnel-shift.ll
A llvm/test/CodeGen/Mips/funnel-shift-rot.ll
A llvm/test/CodeGen/Mips/funnel-shift.ll
Log Message:
-----------
[ARM][MIPS] Add funnel shift test coverage
Based on offline discussions regarding D89139 and D88783 - we want to make sure targets aren't doing anything particularly dumb
Tests copied from aarch64 which has a mixture of general, legalization and special case tests
More information about the All-commits
mailing list