[all-commits] [llvm/llvm-project] 3705e0: [X86] Use default attributes for even more intrinsics
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Nov 8 00:27:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3705e038e4eb7514368024b0d70047bd4cecfc73
https://github.com/llvm/llvm-project/commit/3705e038e4eb7514368024b0d70047bd4cecfc73
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsX86.td
Log Message:
-----------
[X86] Use default attributes for even more intrinsics
Another followup to D136939: This switches readonly X86 intrinsics
to use default attributes (nosync, nofree, nocallback and willreturn).
With this, all readnone/readonly intrinsics should be covered,
only memory writing intrinsics are left.
Differential Revision: https://reviews.llvm.org/D137552
More information about the All-commits
mailing list