You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
14
external/llvm/test/CodeGen/ARM/rotate.ll
vendored
14
external/llvm/test/CodeGen/ARM/rotate.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=thumbv8--linux-gnueabihf | FileCheck %s
|
||||
|
||||
;; This used to cause a backend crash about not being able to
|
||||
;; select ROTL. Make sure if generates the basic VSHL/VSHR.
|
||||
define <2 x i64> @testcase(<2 x i64>* %in) {
|
||||
; CHECK-LABEL: testcase
|
||||
; CHECK: vshl.i64
|
||||
; CHECK: vshr.u64
|
||||
%1 = load <2 x i64>, <2 x i64>* %in
|
||||
%2 = lshr <2 x i64> %1, <i64 8, i64 8>
|
||||
%3 = shl <2 x i64> %1, <i64 56, i64 56>
|
||||
%4 = or <2 x i64> %2, %3
|
||||
ret <2 x i64> %4
|
||||
}
|
Reference in New Issue
Block a user