[llvm] 67ed142 - [NFC][AArch64] Rename SVE2p1 sclamp and uclamp tests
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 05:18:27 PST 2023
Author: David Sherwood
Date: 2023-01-23T13:18:21Z
New Revision: 67ed142a35a11521c10d23190407d726de27f660
URL: https://github.com/llvm/llvm-project/commit/67ed142a35a11521c10d23190407d726de27f660
DIFF: https://github.com/llvm/llvm-project/commit/67ed142a35a11521c10d23190407d726de27f660.diff
LOG: [NFC][AArch64] Rename SVE2p1 sclamp and uclamp tests
Both sclamp and uclamp are part of the SVE2p1 feature so I've
renamed the tests accordingly:
sve2-intrinsics-sclamp.ll -> sve2p1-intrinsics-sclamp.ll
sve2-intrinsics-uclamp.ll -> sve2p1-intrinsics-uclamp.ll
Added:
llvm/test/CodeGen/AArch64/sve2p1-intrinsics-sclamp.ll
llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uclamp.ll
Modified:
Removed:
llvm/test/CodeGen/AArch64/sve2-intrinsics-sclamp.ll
llvm/test/CodeGen/AArch64/sve2-intrinsics-uclamp.ll
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/sve2-intrinsics-sclamp.ll b/llvm/test/CodeGen/AArch64/sve2p1-intrinsics-sclamp.ll
similarity index 100%
rename from llvm/test/CodeGen/AArch64/sve2-intrinsics-sclamp.ll
rename to llvm/test/CodeGen/AArch64/sve2p1-intrinsics-sclamp.ll
diff --git a/llvm/test/CodeGen/AArch64/sve2-intrinsics-uclamp.ll b/llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uclamp.ll
similarity index 100%
rename from llvm/test/CodeGen/AArch64/sve2-intrinsics-uclamp.ll
rename to llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uclamp.ll
More information about the llvm-commits
mailing list