Fangrui Song ae26f50aea [test] Change llc -march=mips* to -mtriple=mips*
Similar to 806761a7629df268c8aed49657aeccffa6bca449
2024-12-10 22:14:06 -08:00

13 lines
388 B
LLVM

; RUN: llc < %s -mtriple=mips -mcpu=mips2 | FileCheck %s -check-prefix=ALL
; Address spaces 1-255 are software defined.
define ptr @cast(ptr %arg) {
%1 = addrspacecast ptr %arg to ptr addrspace(1)
%2 = addrspacecast ptr addrspace(1) %1 to ptr addrspace(2)
%3 = addrspacecast ptr addrspace(2) %2 to ptr addrspace(0)
ret ptr %3
}
; ALL-LABEL: cast:
; ALL: move $2, $4