[all-commits] [llvm/llvm-project] ee1cf1: [mlir][NFC] Simplify the various `parseSourceFile<...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Jun 2 19:25:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee1cf1f64519c815025d962bdf9c9bb3d09d7699
https://github.com/llvm/llvm-project/commit/ee1cf1f64519c815025d962bdf9c9bb3d09d7699
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M mlir/include/mlir/Parser/Parser.h
Log Message:
-----------
[mlir][NFC] Simplify the various `parseSourceFile<T>` overloads
These effectively all share the same implementation, i.e. forward
to the non-templated overload and then construct the container op.
More information about the All-commits
mailing list