[llvm] 4874129 - [MVE] Rename of tests making them consistent with tail-predication tests. NFC.

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 01:24:59 PDT 2020


Author: Sjoerd Meijer
Date: 2020-09-15T09:24:22+01:00
New Revision: 487412988cea99c94f2c58f8fa9eff34600fe684

URL: https://github.com/llvm/llvm-project/commit/487412988cea99c94f2c58f8fa9eff34600fe684
DIFF: https://github.com/llvm/llvm-project/commit/487412988cea99c94f2c58f8fa9eff34600fe684.diff

LOG: [MVE] Rename of tests making them consistent with tail-predication tests. NFC.

Added: 
    llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
    llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
    llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll


################################################################################
diff  --git a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
similarity index 99%
rename from llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
rename to llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
index fffa430b7274..22ffa12c93ea 100644
--- a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
+++ b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
@@ -1,4 +1,3 @@
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: opt -mtriple=thumbv8.1m.main -mve-tail-predication -tail-predication=enabled -mattr=+mve,+lob %s -S -o - | FileCheck %s
 
 ; CHECK-LABEL: mul_v16i8

diff  --git a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll
similarity index 98%
rename from llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll
rename to llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll
index 0c85e8913337..338c980eeb9b 100644
--- a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll
+++ b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll
@@ -135,8 +135,9 @@ for.cond.cleanup:
 }
 
 ; The vector loop is not guarded with an entry check (N == 0). Check that
-; despite this we can still calculate a precise enough range for the
-; backedge count to safely insert a vctp here.
+; despite this we can still calculate a precise enough range so that the
+; the overflow checks for get.active.active.lane.mask don't reject
+; tail-predication.
 ;
 ; CHECK-LABEL: @reduction_not_guarded
 ;


        


More information about the llvm-commits mailing list