[all-commits] [llvm/llvm-project] d96b5e: [TableGen] Add IntrNoMerge as intrinsic property

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Tue Mar 2 09:05:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d96b5e606add52157bf04c475049c8e1c5ebbfaa
      https://github.com/llvm/llvm-project/commit/d96b5e606add52157bf04c475049c8e1c5ebbfaa
  Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.td
    A llvm/test/TableGen/intrin-properties.td
    M llvm/utils/TableGen/CodeGenIntrinsics.h
    M llvm/utils/TableGen/CodeGenTarget.cpp
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [TableGen] Add IntrNoMerge as intrinsic property

There is a function attribute 'nomerge' in addition to 'noduplicate'
and 'convergent'. Both 'noduplicate' and 'convergent' have corresponding
intrinsic properties. This patch adds an intrinsic property for the
'nomerge' attribute.

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




More information about the All-commits mailing list