[PATCH] D75893: [OpenMP] Add !range metadata to loads from omp.(ub/lb)

Kaushik Kulkarni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 12:51:47 PDT 2020


kaushikcfd updated this revision to Diff 250438.
kaushikcfd added a comment.

1. Corrects the logic behind getting the ranges of stores to omp.(ub/lb).
2. Corrects the comment explaining we only support adding range to cases when omp.(ub/lb) are allocas.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75893/new/

https://reviews.llvm.org/D75893

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/set_bound_ranges.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75893.250438.patch
Type: text/x-patch
Size: 17068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200315/3bdb26b6/attachment.bin>


More information about the llvm-commits mailing list