[all-commits] [llvm/llvm-project] e53bbd: [IR] move nomerge attribute from function declarat...

ZequanWu via All-commits all-commits at lists.llvm.org
Tue Jan 12 12:11:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e53bbd99516fc7b612df1ae08d48288d0b8784ea
      https://github.com/llvm/llvm-project/commit/e53bbd99516fc7b612df1ae08d48288d0b8784ea
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/test/CodeGen/attr-nomerge.cpp

  Log Message:
  -----------
  [IR] move nomerge attribute from function declaration/definition to callsites

Move nomerge attribute from function declaration/definition to callsites to
allow virtual function calls attach the attribute.

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




More information about the All-commits mailing list