[all-commits] [llvm/llvm-project] 6c4a5e: [OpenMPOpt] ICV Tracking

Stefan Stipanovic via All-commits all-commits at lists.llvm.org
Sat Jul 4 14:35:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c4a5e9257bac022ffe60e466686ba7fc96ffd1a
      https://github.com/llvm/llvm-project/commit/6c4a5e9257bac022ffe60e466686ba7fc96ffd1a
  Author: sstefan1 <sstipanovic at s-energize.com>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/icv_tracking.ll

  Log Message:
  -----------
  [OpenMPOpt] ICV Tracking

This is the first and most basic ICV Tracking implementation. For this
first version, we only support deduplication within the same BB.

Reviewers: jdoerfert, JonChesterfield, hamax97, jhuber6, uenoku,
baziotis

Differential Revision: https://reviews.llvm.org/D81788




More information about the All-commits mailing list