[all-commits] [llvm/llvm-project] 3ee3d3: [X86] Use default attributes for more intrinsics

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Nov 2 01:25:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ee3d3b365be8154d0d15bd715368e2f7ffe894d
      https://github.com/llvm/llvm-project/commit/3ee3d3b365be8154d0d15bd715368e2f7ffe894d
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsX86.td

  Log Message:
  -----------
  [X86] Use default attributes for more intrinsics

This is a continuation of D136939, adding the default attributes
(nosync, nofree, nocallback and willreturn) to more readnone
X86 intrinsics.

This still doesn't cover all of them...

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




More information about the All-commits mailing list