[PATCH] D81881: [OPENMP]Fix overflow during counting the number of iterations.

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 15 14:54:28 PDT 2020


jdoerfert added a comment.

So the idea is to do the trip count computation with defined overflow behavior, e.g., without `nsw/nuw` in IR, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81881





More information about the cfe-commits mailing list