[all-commits] [llvm/llvm-project] ef8351: [MLIR] Simplex::findPivotRow: silence spurious cov...

Arjun P via All-commits all-commits at lists.llvm.org
Thu Jan 6 05:48:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef8351598ef33b906fd1962420c8b464812cea85
      https://github.com/llvm/llvm-project/commit/ef8351598ef33b906fd1962420c8b464812cea85
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

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

  Log Message:
  -----------
  [MLIR] Simplex::findPivotRow: silence spurious coverity warning

Initialize some variables to zero to avoid a warning about them possibly being
used uninitialized. In actuality, they will never be used before initialization.




More information about the All-commits mailing list