[PATCH] D113101: [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 07:09:09 PDT 2021


patacca updated this revision to Diff 384741.
patacca added a comment.

- Fix coding style (replace `auto` with `unsigned`)
- Better explainatory comment for `islAssert`
- Mark the result of intentionally discarded value with `void` casting


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113101

Files:
  polly/include/polly/ScheduleTreeTransform.h
  polly/include/polly/ScopInfo.h
  polly/include/polly/Support/ISLTools.h
  polly/lib/Analysis/DependenceInfo.cpp
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/Analysis/ScopInfo.cpp
  polly/lib/CodeGen/BlockGenerators.cpp
  polly/lib/CodeGen/PPCGCodeGeneration.cpp
  polly/lib/Exchange/JSONExporter.cpp
  polly/lib/External/isl/include/isl/isl-noexceptions.h
  polly/lib/Support/ISLTools.cpp
  polly/lib/Transform/FlattenAlgo.cpp
  polly/lib/Transform/MatmulOptimizer.cpp
  polly/lib/Transform/MaximalStaticExpansion.cpp
  polly/lib/Transform/ScheduleOptimizer.cpp
  polly/lib/Transform/ScheduleTreeTransform.cpp
  polly/lib/Transform/Simplify.cpp
  polly/lib/Transform/ZoneAlgo.cpp
  polly/unittests/Isl/IslTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113101.384741.patch
Type: text/x-patch
Size: 50591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211104/2bfef3fc/attachment.bin>


More information about the llvm-commits mailing list