[PATCH] D101977: [OpenMP] Create custom state machines for generic target regions
    Shilei Tian via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  7 10:32:30 PDT 2021
    
    
  
tianshilei1992 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:461
+    BooleanState::operator^=(RHS);
+    Set.insert(RHS.Set.begin(), RHS.Set.end());
+    return *this;
----------------
If the state is invalid or in pessimistic state, do we want to clear the set?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101977/new/
https://reviews.llvm.org/D101977
    
    
More information about the llvm-commits
mailing list