[llvm] 5a9b996 - X86: Move ExpandLargeFpConvert tests to test/Transforms
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 1 23:50:38 PDT 2023
Author: Matt Arsenault
Date: 2023-11-02T15:50:31+09:00
New Revision: 5a9b99630b4934b194f2cbc67329e0665172ac6c
URL: https://github.com/llvm/llvm-project/commit/5a9b99630b4934b194f2cbc67329e0665172ac6c
DIFF: https://github.com/llvm/llvm-project/commit/5a9b99630b4934b194f2cbc67329e0665172ac6c.diff
LOG: X86: Move ExpandLargeFpConvert tests to test/Transforms
Added:
llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptosi129.ll
llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptoui129.ll
llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-si129tofp.ll
llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-ui129tofp.ll
llvm/test/Transforms/ExpandLargeFpConvert/X86/lit.local.cfg
Modified:
Removed:
llvm/test/CodeGen/X86/expand-large-fp-convert-fptosi129.ll
llvm/test/CodeGen/X86/expand-large-fp-convert-fptoui129.ll
llvm/test/CodeGen/X86/expand-large-fp-convert-si129tofp.ll
llvm/test/CodeGen/X86/expand-large-fp-convert-ui129tofp.ll
################################################################################
diff --git a/llvm/test/CodeGen/X86/expand-large-fp-convert-fptosi129.ll b/llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptosi129.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/expand-large-fp-convert-fptosi129.ll
rename to llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptosi129.ll
diff --git a/llvm/test/CodeGen/X86/expand-large-fp-convert-fptoui129.ll b/llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptoui129.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/expand-large-fp-convert-fptoui129.ll
rename to llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-fptoui129.ll
diff --git a/llvm/test/CodeGen/X86/expand-large-fp-convert-si129tofp.ll b/llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-si129tofp.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/expand-large-fp-convert-si129tofp.ll
rename to llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-si129tofp.ll
diff --git a/llvm/test/CodeGen/X86/expand-large-fp-convert-ui129tofp.ll b/llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-ui129tofp.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/expand-large-fp-convert-ui129tofp.ll
rename to llvm/test/Transforms/ExpandLargeFpConvert/X86/expand-large-fp-convert-ui129tofp.ll
diff --git a/llvm/test/Transforms/ExpandLargeFpConvert/X86/lit.local.cfg b/llvm/test/Transforms/ExpandLargeFpConvert/X86/lit.local.cfg
new file mode 100644
index 000000000000000..42bf50dcc13c35f
--- /dev/null
+++ b/llvm/test/Transforms/ExpandLargeFpConvert/X86/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "X86" in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list