[all-commits] [llvm/llvm-project] 332ce2: [mlir][ods] Fix incorrect accessing of segment_sizes
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Oct 26 16:04:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 332ce23f3c762c8002116f88775e23feb0ad1409
https://github.com/llvm/llvm-project/commit/332ce23f3c762c8002116f88775e23feb0ad1409
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][ods] Fix incorrect accessing of segment_sizes
The previous change resulted in prefixing a query that uses the raw
attribute as if function invocation. Fixing quickly, with updated test
to follow.
More information about the All-commits
mailing list