[llvm] 59f3b3d - [EarlyCSE][ConstantFolding] move test files to dir of pass in RUN line; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 07:09:02 PDT 2022
Author: Sanjay Patel
Date: 2022-08-08T10:08:55-04:00
New Revision: 59f3b3d7963b933451dcd7516dc3c7135d3c1258
URL: https://github.com/llvm/llvm-project/commit/59f3b3d7963b933451dcd7516dc3c7135d3c1258
DIFF: https://github.com/llvm/llvm-project/commit/59f3b3d7963b933451dcd7516dc3c7135d3c1258.diff
LOG: [EarlyCSE][ConstantFolding] move test files to dir of pass in RUN line; NFC
Added:
llvm/test/Transforms/EarlyCSE/math-1.ll
llvm/test/Transforms/EarlyCSE/math-2.ll
Modified:
Removed:
llvm/test/Transforms/InstSimplify/ConstProp/math-1.ll
llvm/test/Transforms/InstSimplify/ConstProp/math-2.ll
################################################################################
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/math-1.ll b/llvm/test/Transforms/EarlyCSE/math-1.ll
similarity index 100%
rename from llvm/test/Transforms/InstSimplify/ConstProp/math-1.ll
rename to llvm/test/Transforms/EarlyCSE/math-1.ll
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/math-2.ll b/llvm/test/Transforms/EarlyCSE/math-2.ll
similarity index 100%
rename from llvm/test/Transforms/InstSimplify/ConstProp/math-2.ll
rename to llvm/test/Transforms/EarlyCSE/math-2.ll
More information about the llvm-commits
mailing list