[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 09:41:48 PDT 2021
    
    
  
tianshilei1992 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:455
+  bool empty() const { return Set.empty(); }
+  int size() const { return Set.size(); }
+
----------------
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