[all-commits] [llvm/llvm-project] 26d513: [TableGen] Migrate away from PointerUnion::{is, get...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Jan 11 00:18:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26d513d197e14b824dd9d353aff38af1925c3770
      https://github.com/llvm/llvm-project/commit/26d513d197e14b824dd9d353aff38af1925c3770
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-01-11 (Sat, 11 Jan 2025)

  Changed paths:
    M mlir/lib/TableGen/Operator.cpp
    M mlir/lib/TableGen/Pattern.cpp

  Log Message:
  -----------
  [TableGen] Migrate away from PointerUnion::{is,get} (NFC) (#122569)

Note that PointerUnion::{is,get} have been soft deprecated in
PointerUnion.h:

  // FIXME: Replace the uses of is(), get() and dyn_cast() with
  //        isa<T>, cast<T> and the llvm::dyn_cast<T>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list