[all-commits] [llvm/llvm-project] bf202b: [NFC][mlir] Remove llvm:: prefix from SmallVector ...

David Truby via All-commits all-commits at lists.llvm.org
Tue Sep 22 06:46:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bf202b8ce77caaace45de87314d2263e53f81021
      https://github.com/llvm/llvm-project/commit/bf202b8ce77caaace45de87314d2263e53f81021
  Author: David Truby <david.truby at arm.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp

  Log Message:
  -----------
  [NFC][mlir] Remove llvm:: prefix from SmallVector in parallel pretty printer.

This prefix is unnecessary as SmallVector is re-exported in the mlir namespace.

Differential Revision: https://reviews.llvm.org/D88025




More information about the All-commits mailing list