[llvm] f6769b6 - [tests] Move new tests into the PowerPC folder
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 15:39:29 PDT 2021
Author: Jon Roelofs
Date: 2021-07-20T15:37:56-07:00
New Revision: f6769b663a0d4432b5e00e0c03904a5dfba7b077
URL: https://github.com/llvm/llvm-project/commit/f6769b663a0d4432b5e00e0c03904a5dfba7b077
DIFF: https://github.com/llvm/llvm-project/commit/f6769b663a0d4432b5e00e0c03904a5dfba7b077.diff
LOG: [tests] Move new tests into the PowerPC folder
That way they get marked as UNSUPPORTED by LIT when the ppc backend has not
been built.
Added:
llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-move-tofrom-regs.ll
llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-prefetch.ll
Modified:
Removed:
llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll
llvm/test/CodeGen/builtins-ppc-xlcompat-prefetch.ll
################################################################################
diff --git a/llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-move-tofrom-regs.ll
similarity index 100%
rename from llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll
rename to llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-move-tofrom-regs.ll
diff --git a/llvm/test/CodeGen/builtins-ppc-xlcompat-prefetch.ll b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-prefetch.ll
similarity index 100%
rename from llvm/test/CodeGen/builtins-ppc-xlcompat-prefetch.ll
rename to llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-prefetch.ll
More information about the llvm-commits
mailing list