[all-commits] [llvm/llvm-project] 2f5715: [mlir][NFC] Rename the old Standard dialect test d...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Mar 1 13:50:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f5715dc78328215d51d5664c72c632a6dac1046
https://github.com/llvm/llvm-project/commit/2f5715dc78328215d51d5664c72c632a6dac1046
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M mlir/test/Dialect/Arithmetic/canonicalize.mlir
A mlir/test/Dialect/Func/func-bufferize.mlir
A mlir/test/Dialect/Func/invalid.mlir
A mlir/test/Dialect/Math/expand-tanh.mlir
R mlir/test/Dialect/Standard/canonicalize.mlir
R mlir/test/Dialect/Standard/expand-tanh.mlir
R mlir/test/Dialect/Standard/func-bufferize.mlir
R mlir/test/Dialect/Standard/invalid.mlir
Log Message:
-----------
[mlir][NFC] Rename the old Standard dialect test directory to Func
The remanants of Standard was renamed to Func, but the test directory
remained named as Standard. In adidition to fixing the name, this commit
also moves the tests for operations not in the Func dialect to the proper
parent dialect test directory.
More information about the All-commits
mailing list