[all-commits] [llvm/llvm-project] eb5a16: [OpenMP] Specialize OpenMP calls after template in...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Tue Apr 7 21:41:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eb5a16efbf59150af31bd4e3d37b8ea5976d780b
      https://github.com/llvm/llvm-project/commit/eb5a16efbf59150af31bd4e3d37b8ea5976d780b
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M clang/lib/Sema/TreeTransform.h
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp

  Log Message:
  -----------
  [OpenMP] Specialize OpenMP calls after template instantiation

As with regular calls, we want to specialize a call that went through
template instantiation if it has an applicable OpenMP declare variant.

Reviewed By: erichkeane, mikerice

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




More information about the All-commits mailing list