[all-commits] [llvm/llvm-project] 7236e5: Revert clang-tidy fixes for readability-simplify-b...

Arjun P via All-commits all-commits at lists.llvm.org
Wed Jun 29 04:23:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7236e5de5475902459038a700a4f095349c51228
      https://github.com/llvm/llvm-project/commit/7236e5de5475902459038a700a4f095349c51228
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/Utils.cpp

  Log Message:
  -----------
  Revert clang-tidy fixes for readability-simplify-boolean-expr and add NOLINT

The original code is more readable because the goal is to check if the given
value does *not* lie in the range. It is harder to understand this by
reading the rewritten code.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D128753




More information about the All-commits mailing list