[all-commits] [llvm/llvm-project] cdb6eb: Update syntax for amx.tile_muli to use two Unit at...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Mar 19 21:12:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdb6eb7e8372027e74d6b0fb1258fff37e2b3b5a
https://github.com/llvm/llvm-project/commit/cdb6eb7e8372027e74d6b0fb1258fff37e2b3b5a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-03-20 (Sat, 20 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/AMX/AMX.td
M mlir/lib/Dialect/AMX/IR/AMXDialect.cpp
M mlir/lib/Dialect/AMX/Transforms/LegalizeForLLVMExport.cpp
M mlir/test/Dialect/AMX/invalid.mlir
M mlir/test/Dialect/AMX/legalize-for-llvm.mlir
M mlir/test/Dialect/AMX/roundtrip.mlir
M mlir/test/Integration/Dialect/Vector/CPU/AMX/test-muli-ext.mlir
M mlir/test/Integration/Dialect/Vector/CPU/AMX/test-muli.mlir
Log Message:
-----------
Update syntax for amx.tile_muli to use two Unit attr to mark the zext case
This makes the annotation tied to the operand and the use of a keyword
more explicit/readable on what it means.
Differential Revision: https://reviews.llvm.org/D99001
More information about the All-commits
mailing list