[PATCH] D101050: [GlobalISel] Remove ConstantFoldingMIRBuilder

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 04:43:39 PDT 2021


foad created this revision.
foad added reviewers: aemerson, arsenm, paquette, dsanders, aditya_nandakumar, bogner.
Herald added a subscriber: rovka.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

ConstantFoldingMIRBuilder was an experiment which is not used for
anything. The constant folding functionality is now part of
CSEMIRBuilder.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101050

Files:
  llvm/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
  llvm/unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp
  llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101050.339566.patch
Type: text/x-patch
Size: 5138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210422/35c60e03/attachment.bin>


More information about the llvm-commits mailing list