This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD mode achieve coalescing
ClosedPublic

Authored by gtbercea on Sep 27 2018, 1:18 PM.

Diff Detail

Repository
rC Clang

Event Timeline

gtbercea created this revision.Sep 27 2018, 1:18 PM
ABataev added inline comments.Sep 27 2018, 1:20 PM
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
4103

Use getContext().getTypeSize(S.getIterationVariable()->getType())

gtbercea updated this revision to Diff 167386.Sep 27 2018, 1:25 PM

Address comment.

gtbercea marked an inline comment as done.Sep 27 2018, 1:25 PM
This revision is now accepted and ready to land.Sep 27 2018, 1:27 PM
This revision was automatically updated to reflect the committed changes.