We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6e589 commit b96e757Copy full SHA for b96e757
llvm/unittests/Transforms/IPO/CMakeLists.txt
@@ -14,4 +14,5 @@ add_llvm_unittest(IPOTests
14
AttributorTest.cpp
15
FunctionSpecializationTest.cpp
16
ImportIDTableTests.cpp
17
+ MergeFunctionsTest.cpp
18
)
llvm/unittests/Transforms/Utils/MergeFunctionsTest.cpp renamed to llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp
llvm/unittests/Transforms/Utils/CMakeLists.txt
@@ -26,7 +26,6 @@ add_llvm_unittest(UtilsTests
26
LoopUtilsTest.cpp
27
MemTransferLowering.cpp
28
ModuleUtilsTest.cpp
29
- MergeFunctionsTest.cpp
30
ScalarEvolutionExpanderTest.cpp
31
SizeOptsTest.cpp
32
SSAUpdaterBulkTest.cpp
0 commit comments