[PATCH] D153446: [CodeGen] Refactor ComplexDeinterleaving to run identification on Values instead of Instructions

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 05:58:39 PDT 2023


igor.kirillov added a subscriber: NickGuy.
igor.kirillov added inline comments.


================
Comment at: llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp:551
   unsigned Negs = 0;
   SmallVector<Instruction *> FNegs;
-  if (R0->getOpcode() == Instruction::FNeg ||
----------------
igor.kirillov wrote:
> It looks like `FNegs` is not used anywhere. Maybe I should delete it, or you had a plan for it?
@NickGuy


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153446



More information about the llvm-commits mailing list