[PATCH] D110181: [InstCombine] Move InstCombineWorklist to Utils to allow reuse (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 09:31:12 PDT 2021


fhahn added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/InstructionWorklist.h:21
 
 #define DEBUG_TYPE "instcombine"
 
----------------
lebedev.ri wrote:
> Update
I removed it here and moved the user includes after the `DEBUG_TYPE` definitions at the include site. Not sure if there's a better way to customize the DEBUG_TYPE string here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110181/new/

https://reviews.llvm.org/D110181



More information about the llvm-commits mailing list