[PATCH] D145279: Attributor: Assume handling for nofpclass

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 04:35:28 PDT 2023


arsenm marked an inline comment as done.
arsenm added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:10309
       if (Instruction *CtxI = getCtxI())
         followUsesInMBEC(*this, A, getState(), *CtxI);
   }
----------------
jdoerfert wrote:
> We don't need two places to followUses
This one got dropped since it didn't do anything in the previous patch. Which one would be better?


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

https://reviews.llvm.org/D145279



More information about the llvm-commits mailing list