[PATCH] D137250: [X86] Use default attributes for more intrinsics

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 06:17:15 PDT 2022


nikic created this revision.
nikic added reviewers: RKSimon, pengfei.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Another followup to D136939 <https://reviews.llvm.org/D136939>, adding default attributes to the remaining readnone intrinsics.

This also covers some non-readnone `pmovqw*mem_mask` style intrinsics, because those were interleaved, and it seemed to make more sense to update them at the same time.


https://reviews.llvm.org/D137250

Files:
  llvm/include/llvm/IR/IntrinsicsX86.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137250.472593.patch
Type: text/x-patch
Size: 139886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221102/aa0badda/attachment.bin>


More information about the llvm-commits mailing list