[all-commits] [llvm/llvm-project] 659192: [NFC][MLIR][TableGen] Eliminate `llvm::` for commo...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Fri Oct 18 14:27:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 659192b1843c4af180700783caca4cdc7afa3eab
      https://github.com/llvm/llvm-project/commit/659192b1843c4af180700783caca4cdc7afa3eab
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M mlir/lib/TableGen/AttrOrTypeDef.cpp
    M mlir/lib/TableGen/Attribute.cpp
    M mlir/lib/TableGen/Builder.cpp
    M mlir/lib/TableGen/CodeGenHelpers.cpp
    M mlir/lib/TableGen/Interfaces.cpp
    M mlir/lib/TableGen/Operator.cpp
    M mlir/lib/TableGen/Pattern.cpp
    M mlir/lib/TableGen/Predicate.cpp
    M mlir/lib/TableGen/Type.cpp

  Log Message:
  -----------
  [NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (#112456)

Eliminate `llvm::` namespace qualifier for commonly used types in MLIR
TableGen backends to reduce code clutter.



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