[all-commits] [llvm/llvm-project] beed1d: [X86] Use default attributes for more intrinsics
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 4 01:41:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beed1de64d56a95989e9e951b496e228f1d48000
https://github.com/llvm/llvm-project/commit/beed1de64d56a95989e9e951b496e228f1d48000
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsX86.td
Log Message:
-----------
[X86] Use default attributes for more intrinsics
Another followup to D136939, adding default attributes to the
remaining readnone intrinsics.
This also covers some non-readnone intrinsics, because they were
interleaved, and it seemed to make more sense to update them at
the same time.
Differential Revision: https://reviews.llvm.org/D137250
More information about the All-commits
mailing list