[all-commits] [llvm/llvm-project] 090904: [NFC] Update parseDimensionList comments for dynam...
Kevin Gleason via All-commits
all-commits at lists.llvm.org
Wed Jan 4 09:10:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 090904070e2512338c9ca4bea454853aabc1c528
https://github.com/llvm/llvm-project/commit/090904070e2512338c9ca4bea454853aabc1c528
Author: Kevin Gleason <gleasonk at google.com>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/AsmParser/TypeParser.cpp
Log Message:
-----------
[NFC] Update parseDimensionList comments for dynamic size from -1 to kDynamic
Comment is stale now that kDynamic is defined as intmin instead of -1.
Confirmed that implementation in `parseDimensionListRanked` uses kDynamic.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D140994
More information about the All-commits
mailing list