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
Paths
| Differential D125587
[ParseResult] Fix warning in flang build, incorporate feedback from River. ClosedPublic Authored by lattner on May 13 2022, 3:29 PM.
Details Summary The warning caused build errors on a couple flang testers that are This is a followup to https://reviews.llvm.org/D125549
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript This revision is now accepted and ready to land.May 13 2022, 3:30 PM This revision was landed with ongoing or failed builds.May 13 2022, 3:30 PM Closed by commit rG27478872fd15: [ParseResult] Fix warning in flang build, incorporate feedback from River. (authored by lattner). · Explain Why This revision was automatically updated to reflect the committed changes. bondhugula added inline comments.
Revision Contents
Diff 429370 flang/lib/Optimizer/Dialect/FIROps.cpp
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/lib/Parser/AffineParser.cpp
mlir/test/IR/invalid.mlir
|
Thanks for fixing this and the other cleanup in the previous patch!