[all-commits] [llvm/llvm-project] 63af3c: [GlobalISel] Remove ConstantFoldingMIRBuilder

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Apr 23 01:13:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63af3c000b3399b16703da920d874834c402e281
      https://github.com/llvm/llvm-project/commit/63af3c000b3399b16703da920d874834c402e281
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
    R llvm/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
    M llvm/unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp
    M llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list