[all-commits] [llvm/llvm-project] ca6baf: [MLIR][std] Introduce bitcast operation
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Fri Aug 6 08:48:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca6baf1e1da2ef1dcfcae837242ef0024a75f400
https://github.com/llvm/llvm-project/commit/ca6baf1e1da2ef1dcfcae837242ef0024a75f400
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Dialect/Standard/canonicalize.mlir
M mlir/test/Dialect/Standard/invalid.mlir
M mlir/test/Dialect/Standard/ops.mlir
Log Message:
-----------
[MLIR][std] Introduce bitcast operation
This patch introduces a bitcast operation to the standard dialect.
RFC: https://llvm.discourse.group/t/rfc-introduce-a-bitcast-op/3774
Reviewed By: silvas
Differential Revision: https://reviews.llvm.org/D105376
More information about the All-commits
mailing list