[all-commits] [llvm/llvm-project] efa110: [mlir][NFC] Use TypeRange in buildWithEntryBlock
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Oct 3 12:12:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efa110815ae98128e8d8154a3a6fc9842663d9dc
https://github.com/llvm/llvm-project/commit/efa110815ae98128e8d8154a3a6fc9842663d9dc
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M mlir/include/mlir/IR/FunctionInterfaces.td
Log Message:
-----------
[mlir][NFC] Use TypeRange in buildWithEntryBlock
This better integrates with builder methods that use TypeRange,
i.e. the recommended thing, instead of ArrayRef<Type>.
More information about the All-commits
mailing list