[all-commits] [llvm/llvm-project] 18581f: [CFE] Add nomerge function attribute to inline ass...

Pengfei Wang via All-commits all-commits at lists.llvm.org
Tue Jul 21 17:25:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 18581fd2c441eac052a25e4cbe9bd74d6ff605ad
      https://github.com/llvm/llvm-project/commit/18581fd2c441eac052a25e4cbe9bd74d6ff605ad
  Author: Wang, Pengfei <pengfei.wang at intel.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/test/CodeGen/attr-nomerge.cpp

  Log Message:
  -----------
  [CFE] Add nomerge function attribute to inline assembly.

Sometimes we also want to avoid merging inline assembly. This patch add
the nomerge function attribute to inline assembly.

Reviewed By: zequanwu

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




More information about the All-commits mailing list