[llvm] dc2b282 - [ARM] Change test target to arm-none-none-eabi. NFC
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 06:16:56 PDT 2020
Author: David Green
Date: 2020-05-08T14:16:31+01:00
New Revision: dc2b282a8a73d88d80efdb71d3d096a748fca8c3
URL: https://github.com/llvm/llvm-project/commit/dc2b282a8a73d88d80efdb71d3d096a748fca8c3
DIFF: https://github.com/llvm/llvm-project/commit/dc2b282a8a73d88d80efdb71d3d096a748fca8c3.diff
LOG: [ARM] Change test target to arm-none-none-eabi. NFC
Added:
Modified:
llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Thumb2/mve-gather-increment.ll b/llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
index d3d9a24fbcf0..19bece70dd05 100644
--- a/llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
+++ b/llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp -enable-arm-maskedldst -enable-arm-maskedgatscat %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumbv8.1m.main-none-none-eabi -mattr=+mve.fp -enable-arm-maskedldst -enable-arm-maskedgatscat %s -o - | FileCheck %s
define arm_aapcs_vfpcc <4 x i32> @gather_inc_mini_4i32(i32* noalias nocapture readonly %data, i32* noalias nocapture %dst, <4 x i32> %offs) {
; CHECK-LABEL: gather_inc_mini_4i32:
More information about the llvm-commits
mailing list