aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorStephan Herhut <herhut@google.com>2020-01-30 11:27:17 +0100
committerStephan Herhut <herhut@google.com>2020-01-31 11:00:28 +0100
commit84695dd4d788dd65bb2b83ae1512a86c42109d7e (patch)
treea7d8ea2c2613dd4e04f50c8c02971543cd339383 /llvm/lib/IR/Module.cpp
parentcf6037b5619037be993ee9d5850737f25cdd82c1 (diff)
downloadllvm-84695dd4d788dd65bb2b83ae1512a86c42109d7e.zip
llvm-84695dd4d788dd65bb2b83ae1512a86c42109d7e.tar.gz
llvm-84695dd4d788dd65bb2b83ae1512a86c42109d7e.tar.bz2
Fix conversion of loops to GPU with no block/thread dimensions.
Summary: The current code assumes that one always maps at least one loop to block dimensions and at least one loop to thread dimensions. If either is not the case, a loop would get mapped twice. Differential Revision: https://reviews.llvm.org/D73685
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions