[all-commits] [llvm/llvm-project] eedf18: [IR] Intrinsics default attributes and opt-out flag

Stefan Stipanovic via All-commits all-commits at lists.llvm.org
Wed Aug 19 01:53:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eedf18fc1f5fc71bb896204abf41fc5a2dbf25f7
      https://github.com/llvm/llvm-project/commit/eedf18fc1f5fc71bb896204abf41fc5a2dbf25f7
  Author: sstefan1 <sstipanovic at s-energize.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/test/TableGen/intrin-side-effects.td
    M llvm/test/TableGen/intrinsic-long-name.td
    M llvm/test/TableGen/intrinsic-pointer-to-any.td
    M llvm/test/TableGen/intrinsic-struct.td
    M llvm/test/TableGen/intrinsic-varargs.td
    M llvm/test/TableGen/searchabletables-intrinsic.td
    M llvm/utils/TableGen/CodeGenIntrinsics.h
    M llvm/utils/TableGen/CodeGenTarget.cpp

  Log Message:
  -----------
  [IR] Intrinsics default attributes and opt-out flag

Intrinsic properties can now be set to default and applied to all
intrinsics. If the attributes are not needed, the user can opt-out by
setting the DisableDefaultAttributes flag to true.

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




More information about the All-commits mailing list