[all-commits] [llvm/llvm-project] f1f361: [mlir] Update Values to use new casting infra
Nick Kreeger via All-commits
all-commits at lists.llvm.org
Fri Oct 14 09:57:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1f3612417a89f797ec2d6d405dd30d6890bef9e
https://github.com/llvm/llvm-project/commit/f1f3612417a89f797ec2d6d405dd30d6890bef9e
Author: Nick Kreeger <nick.kreeger at gmail.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M mlir/include/mlir/IR/Value.h
M mlir/lib/AsmParser/AsmParserState.cpp
M mlir/lib/AsmParser/Parser.cpp
M mlir/lib/IR/AsmPrinter.cpp
M mlir/lib/IR/Dominance.cpp
Log Message:
-----------
[mlir] Update Values to use new casting infra
This allows for using the llvm namespace cast methods instead of the ones on the Value class. The Value class method are kept for now, but we'll want to remove these eventually (with a really long lead time).
Related change: https://reviews.llvm.org/D134327
Differential Revision: https://reviews.llvm.org/D135870
More information about the All-commits
mailing list