[all-commits] [llvm/llvm-project] ccfcfa: [mlir:Toy][NFC] Switch toy to use prefixed accessors
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Mar 15 17:40:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccfcfa942345018535a26cdd5ac3cb988bba9062
https://github.com/llvm/llvm-project/commit/ccfcfa942345018535a26cdd5ac3cb988bba9062
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M mlir/examples/toy/Ch2/include/toy/Ops.td
M mlir/examples/toy/Ch2/mlir/Dialect.cpp
M mlir/examples/toy/Ch3/include/toy/Ops.td
M mlir/examples/toy/Ch3/mlir/Dialect.cpp
M mlir/examples/toy/Ch4/include/toy/Ops.td
M mlir/examples/toy/Ch4/mlir/Dialect.cpp
M mlir/examples/toy/Ch5/include/toy/Ops.td
M mlir/examples/toy/Ch5/mlir/Dialect.cpp
M mlir/examples/toy/Ch5/mlir/LowerToAffineLoops.cpp
M mlir/examples/toy/Ch6/include/toy/Ops.td
M mlir/examples/toy/Ch6/mlir/Dialect.cpp
M mlir/examples/toy/Ch6/mlir/LowerToAffineLoops.cpp
M mlir/examples/toy/Ch6/mlir/LowerToLLVM.cpp
M mlir/examples/toy/Ch7/include/toy/Ops.td
M mlir/examples/toy/Ch7/mlir/Dialect.cpp
M mlir/examples/toy/Ch7/mlir/LowerToAffineLoops.cpp
M mlir/examples/toy/Ch7/mlir/LowerToLLVM.cpp
M mlir/examples/toy/Ch7/mlir/ToyCombine.cpp
Log Message:
-----------
[mlir:Toy][NFC] Switch toy to use prefixed accessors
Commit: 3c405c3b9b8df9c1f6bc7153b03604a541f47fa7
https://github.com/llvm/llvm-project/commit/3c405c3b9b8df9c1f6bc7153b03604a541f47fa7
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
M mlir/lib/Conversion/PDLToPDLInterp/PDLToPDLInterp.cpp
M mlir/lib/Dialect/PDLInterp/IR/PDLInterp.cpp
M mlir/lib/Rewrite/ByteCode.cpp
Log Message:
-----------
[mlir:PDLInterp][NFC] Switch to using prefixed accessors
PDLInterp is effectively an internal dialect, so there isn't a need to
stage the switch.
Compare: https://github.com/llvm/llvm-project/compare/8ce3750ff62d...3c405c3b9b8d
More information about the All-commits
mailing list