[all-commits] [llvm/llvm-project] 387856: [mlir] Use reinterpret cast to construct TypedValu...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Sun Jul 2 16:18:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38785647121cef0adde4d3adbe5c5fe21b83d32b
https://github.com/llvm/llvm-project/commit/38785647121cef0adde4d3adbe5c5fe21b83d32b
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M mlir/include/mlir/IR/Value.h
Log Message:
-----------
[mlir] Use reinterpret cast to construct TypedValue from a pointer
Value is not convertible to TypedValue<T>, use explicit constructor from a pointer
Differential Revision: https://reviews.llvm.org/D154313
More information about the All-commits
mailing list