This maintains the old name to have minimal source impact on downstream codes, and
does not do the huge mechanical patch. I expect the huge mechanical patch to land
sometime this week, but we can keep around the old names for a couple weeks to reduce
impact on downstream projects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, Thanks!
mlir/include/mlir/IR/PatternMatch.h | ||
---|---|---|
755 | Did you mean for this Note to be here? | |
899 | Can you add a TODO or something here? Just so that the fact it is temporary doesn't get lost. | |
mlir/lib/Dialect/Math/Transforms/ExpandTanh.cpp | ||
55 | Was this change intended to be in the next one (the one that starts doing the renaming)? |
Comment Actions
Thank you for staging the change in this way. It does make such O(codebase) downstream work easier (and reduces bisectability barriers that show up with breaking API changes).
Did you mean for this Note to be here?