[all-commits] [llvm/llvm-project] ef6f7c: [MLIR][Presburger] Simplify std::{all, any}_of -> l...

Arjun P via All-commits all-commits at lists.llvm.org
Tue Mar 29 10:04:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef6f7c4a60836b052a0c6d995280d19eafa31b39
      https://github.com/llvm/llvm-project/commit/ef6f7c4a60836b052a0c6d995280d19eafa31b39
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
    M mlir/lib/Analysis/Presburger/Simplex.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Simplify std::{all,any}_of -> llvm::{all,any}_of (NFC)

Also simplify [](const F &f){ return f.foo(); } -> std::mem_fn(&F::foo)




More information about the All-commits mailing list