[X86] Use default attributes for even more intrinsics
authorNikita Popov <npopov@redhat.com>
Mon, 7 Nov 2022 15:08:15 +0000 (16:08 +0100)
committerNikita Popov <npopov@redhat.com>
Tue, 8 Nov 2022 08:26:53 +0000 (09:26 +0100)
commit3705e038e4eb7514368024b0d70047bd4cecfc73
tree206846eba9796612f8ad0a0247a5205eb0004d1d
parent9aae3dd94c881a36998ee8027d3e126ff3becf89
[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
llvm/include/llvm/IR/IntrinsicsX86.td