[llvm] 221512e - Revert "Attributor: Add isAtFixpoint part of nofpclass handling"

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 05:15:35 PDT 2023


Author: Matt Arsenault
Date: 2023-03-17T08:15:28-04:00
New Revision: 221512e7b2b10309665ae1755fb5f2002267b719

URL: https://github.com/llvm/llvm-project/commit/221512e7b2b10309665ae1755fb5f2002267b719
DIFF: https://github.com/llvm/llvm-project/commit/221512e7b2b10309665ae1755fb5f2002267b719.diff

LOG: Revert "Attributor: Add isAtFixpoint part of nofpclass handling"

This reverts commit 78313e8531c412f4b57b23e0ee04ea4a131e8d71.

Accidentally pushed

Added: 
    

Modified: 
    llvm/lib/Transforms/IPO/AttributorAttributes.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/IPO/AttributorAttributes.cpp b/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
index a8067743fbd1..c4f10f30bd16 100644
--- a/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
+++ b/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
@@ -10284,9 +10284,6 @@ struct AANoFPClassFloating : public AANoFPClassImpl {
   /// See AbstractAttribute::initialize(...).
   void initialize(Attributor &A) override {
     AANoFPClassImpl::initialize(A);
-    if (!getState().isAtFixpoint())
-      if (Instruction *CtxI = getCtxI())
-        followUsesInMBEC(*this, A, getState(), *CtxI);
   }
 
   /// See AbstractAttribute::updateImpl(...).


        


More information about the llvm-commits mailing list