[all-commits] [llvm/llvm-project] 5d6b4a: [mlir] Compare elements directly rather than creat...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Mar 24 14:39:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d6b4aa80d6df62b924a12af030c5ded868ee4f1
https://github.com/llvm/llvm-project/commit/5d6b4aa80d6df62b924a12af030c5ded868ee4f1
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M mlir/lib/IR/TypeDetail.h
Log Message:
-----------
[mlir] Compare elements directly rather than creating pair first
This avoided some conversion overhead on a model in TypeUniquer when
converting from ArrayRef -> TypeRange.
Differential Revision: https://reviews.llvm.org/D99300
More information about the All-commits
mailing list