This is an archive of the discontinued LLVM Phabricator instance.

Fixing various issues within ITT regions and barriers submission
Needs ReviewPublic

Authored by slvital on Jan 26 2021, 4:32 AM.

Details

Summary
  1. in case function contains more than 1 region, the region name of the first region was always used in frame submission
  2. the same happened with barriers
  3. improper barrier naming - source column used instead of source line

Diff Detail

Event Timeline

slvital requested review of this revision.Jan 26 2021, 4:32 AM
slvital created this revision.
slvital updated this revision to Diff 319481.Jan 26 2021, 11:58 PM

Changed the naming of region and barrier cache variables to satisfy merge pre-commit check