aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
diff options
context:
space:
mode:
authorJon Chesterfield <jonathanchesterfield@gmail.com>2021-08-19 13:25:41 +0100
committerJon Chesterfield <jonathanchesterfield@gmail.com>2021-08-19 13:25:42 +0100
commit77579b99e9ce1638ca696fa7c3872ae8668d997d (patch)
tree63145c4cba6cf6023c79eb32a6abaf4fab27dda8 /llvm/lib/Transforms/Utils/Local.cpp
parentd1aa075129a94232bce6d47306f8c719ceef9142 (diff)
downloadllvm-77579b99e9ce1638ca696fa7c3872ae8668d997d.zip
llvm-77579b99e9ce1638ca696fa7c3872ae8668d997d.tar.gz
llvm-77579b99e9ce1638ca696fa7c3872ae8668d997d.tar.bz2
[openmp][nfc] Replace OMPGridValues array with struct
[nfc] Replaces enum indices into an array with a struct. Named the fields to match the enum, leaves memory layout and initialization unchanged. Motivation is to later safely remove dead fields and replace redundant ones with (compile time) computation. It should also be possible to factor some common fields into a base and introduce a gfx10 amdgpu instance with less duplication than the arrays of integers require. Reviewed By: ronlieb Differential Revision: https://reviews.llvm.org/D108339
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions