aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2021-04-22 12:38:02 +0100
committerJay Foad <jay.foad@amd.com>2021-04-23 09:13:27 +0100
commit63af3c000b3399b16703da920d874834c402e281 (patch)
tree758da8470e6f5eec0c8df6b87c6431ecdfafcc0a /llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
parentb1f463dcae3aafadac2b6a36583f38dea6a7136e (diff)
downloadllvm-63af3c000b3399b16703da920d874834c402e281.zip
llvm-63af3c000b3399b16703da920d874834c402e281.tar.gz
llvm-63af3c000b3399b16703da920d874834c402e281.tar.bz2
[GlobalISel] Remove ConstantFoldingMIRBuilder
ConstantFoldingMIRBuilder was an experiment which is not used for anything. The constant folding functionality is now part of CSEMIRBuilder. Differential Revision: https://reviews.llvm.org/D101050
Diffstat (limited to 'llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp')
-rw-r--r--llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp b/llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
index 8a5d8e7..a8209fe2 100644
--- a/llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
+++ b/llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "GISelMITest.h"
-#include "llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h"
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"