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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 09:06:34 PDT 2021


lebedev.ri added a comment.

i think you want to apply some more s/instcombine/instructionworklist/ to the diff



================
Comment at: llvm/include/llvm/Transforms/InstCombine/InstCombine.h:16-17
 
 #ifndef LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
 #define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
 
----------------
These need updating


================
Comment at: llvm/include/llvm/Transforms/Utils/InstructionWorklist.h:21
 
 #define DEBUG_TYPE "instcombine"
 
----------------
Update


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