[all-commits] [llvm/llvm-project] 75076f: [mlir] Fix warnings
    kazutakahirata via All-commits 
    all-commits at lists.llvm.org
       
    Sat Oct 15 12:40:26 PDT 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75076f8dd75361244e1861fd7b85e18710e4026c
      https://github.com/llvm/llvm-project/commit/75076f8dd75361244e1861fd7b85e18710e4026c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-15 (Sat, 15 Oct 2022)
  Changed paths:
    M mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
  Log Message:
  -----------
  [mlir] Fix warnings
This patch fixes:
  mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp:171:30:
  warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp:283:30:
  warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
    
    
More information about the All-commits
mailing list