forked from OSchip/llvm-project
e084679f96
BlockArguments gained the ability to have locations attached a while ago, but they have always been optional. This goes against the core tenant of MLIR where location information is a requirement, so this commit updates the API to require locations. Fixes #53279 Differential Revision: https://reviews.llvm.org/D117633 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Deserialization.cpp | ||
DeserializeOps.cpp | ||
Deserializer.cpp | ||
Deserializer.h |