[PATCH] D85052: [OpenMPOpt] ICV Tracking Between BasicBlocks

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 15:17:25 PDT 2020


sstefan1 created this revision.
sstefan1 added reviewers: jdoerfert, JonChesterfield, hamax97, jhuber6.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.
Herald added a project: LLVM.
sstefan1 requested review of this revision.
Herald added a reviewer: baziotis.
Herald added a subscriber: bbn.

Calculate replacement values during update. Only use manifest for actual
deduplication. This also adds additional capabilities of tracking ICV
values across multiple BBs. Until now, we only replaced within the same BB.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85052

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/icv_tracking.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85052.282331.patch
Type: text/x-patch
Size: 11621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200731/fae1f0b1/attachment-0001.bin>


More information about the llvm-commits mailing list