[llvm] 41495dd - [ARM] Change target triple to arm-none-none-eabi. NFC
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 03:59:05 PDT 2020
Author: David Green
Date: 2020-08-19T11:58:50+01:00
New Revision: 41495dd57a0e98123dab997f69346468fb258965
URL: https://github.com/llvm/llvm-project/commit/41495dd57a0e98123dab997f69346468fb258965
DIFF: https://github.com/llvm/llvm-project/commit/41495dd57a0e98123dab997f69346468fb258965.diff
LOG: [ARM] Change target triple to arm-none-none-eabi. NFC
Added:
Modified:
llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
index 63a2c0233f6e..07a3d5aa7680 100644
--- a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
+++ b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp -verify-machineinstrs -tail-predication=enabled -o - %s | FileCheck %s
+; RUN: llc -mtriple=thumbv8.1m.main-none-none-eabi -mattr=+mve.fp -verify-machineinstrs -tail-predication=enabled -o - %s | FileCheck %s
+
define arm_aapcs_vfpcc void @arm_var_f32_mve(float* %pSrc, i32 %blockSize, float* nocapture %pResult) {
; CHECK-LABEL: .LBB0_1: @ %do.body.i
; CHECK: dlstp.32 lr, r1
More information about the llvm-commits
mailing list