[all-commits] [llvm/llvm-project] 829733: [mlir] Fix SameOperandsAndResultType to check enco...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Dec 21 09:49:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 829733af4ac2895543797443c82f1f1709472c4f
https://github.com/llvm/llvm-project/commit/829733af4ac2895543797443c82f1f1709472c4f
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M mlir/lib/IR/Operation.cpp
M mlir/test/IR/traits.mlir
Log Message:
-----------
[mlir] Fix SameOperandsAndResultType to check encoding.
Encoding was accidentally left out here even though it forms part of the type.
This is small tightening step and I'll look at follow on to tighten more.
Differential Revision: https://reviews.llvm.org/D140445
More information about the All-commits
mailing list