[PATCH] D75586: [MLIR][Affine][NFC] Remove obsolete and ambiguous definitions

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 10:39:09 PST 2020


rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/IR/AffineExpr.h:82
 
-  template <typename U> bool isa() const;
-  template <typename U> U dyn_cast() const;
-  template <typename U> U dyn_cast_or_null() const;
-  template <typename U> U cast() const;
+  template <typename U>
+  bool isa() const;
----------------
Note, if you use git-clang-format it should only format the changes that you've made without touching existing code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75586/new/

https://reviews.llvm.org/D75586





More information about the llvm-commits mailing list