[PATCH] D81798: [OpenMPOPT][NFC] OMPInformationCache and ICV definitions.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 14:54:32 PDT 2020


jdoerfert added a comment.

Can you split the rest into 1) NFC create and populate Cache, and 2) Introduce ICVs. I think the first is trivial. For the second we might need a way to test it. Would be interesting to have a cmd line flag to dump the ICV state at the beginning of each function. For now that would print their defaults but that is fine too.



================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:168
       }
     }
 
----------------
Feel free to commit this part as NFC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81798





More information about the llvm-commits mailing list