[all-commits] [llvm/llvm-project] 274788: [ParseResult] Fix warning in flang build, incorpor...

Chris Lattner via All-commits all-commits at lists.llvm.org
Fri May 13 15:30:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27478872fd153b3edd123d586dd86210b3f59f2c
      https://github.com/llvm/llvm-project/commit/27478872fd153b3edd123d586dd86210b3f59f2c
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
    M mlir/lib/Parser/AffineParser.cpp
    M mlir/test/IR/invalid.mlir

  Log Message:
  -----------
  [ParseResult] Fix warning in flang build, incorporate feedback from River.

The warning caused build errors on a couple flang testers that are
building with -Werror.  The diagnostic change makes the generated
error correct.

This is a followup to https://reviews.llvm.org/D125549

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




More information about the All-commits mailing list