[PATCH] D137629: [PowerPC] Use default attributes for intrinsics
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 22:03:35 PST 2022
shchenz added a comment.
Will there be some functionality issues without adding `DefaultAttrsIntrinsic` for intrinsics that are missing `IntrNoMem` attribute before? Or just performance issues?
I asked because if there are functionality issues, we may need to go through other intrinsics as well. I think there are some other intrinsics need change too, for example `int_ppc_readflm` and `int_ppc_setflm`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137629/new/
https://reviews.llvm.org/D137629
More information about the llvm-commits
mailing list