[all-commits] [llvm/llvm-project] 4d9336: Use type alias for large tuples
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Jan 29 17:42:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d9336923ec33ff789ed0f32dd0d13a4f902b3aa
https://github.com/llvm/llvm-project/commit/4d9336923ec33ff789ed0f32dd0d13a4f902b3aa
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M mlir/lib/IR/BuiltinDialect.cpp
Log Message:
-----------
Use type alias for large tuples
Tuples can occupy quite a lot of space, instead of printing out tuple type
everywhere, just use the type alias if larger (arbitrarily chose a bound for
now).
Differential Revision: https://reviews.llvm.org/D95707
More information about the All-commits
mailing list