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.
Paths
| Differential D137552
[X86] Use default attributes for even more intrinsics ClosedPublic Authored by nikic on Nov 7 2022, 7:12 AM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2022, 5:43 PM Closed by commit rG3705e038e4eb: [X86] Use default attributes for even more intrinsics (authored by nikic). · Explain WhyNov 8 2022, 12:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473898 llvm/include/llvm/IR/IntrinsicsX86.td
|