[PATCH] D106269: [Polly][Isl] Stop using isl::set::lex_le_set. NFC

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 07:42:48 PDT 2021


patacca added a comment.

This is to my knowledge the only usage of `lex_*_set`.
In ScopBuilder.cpp we are using `isl::map::lex_le` that is not exported as well but I think I will rewrite it by using `isl::map::set_lex_le_at` in another revision


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106269



More information about the llvm-commits mailing list