[llvm] [LLVM][AArch64][tblgen]: Match clamp pattern (PR #75529)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 01:54:36 PST 2023
https://github.com/CarolineConcatto commented:
Hey Hassnaa,
Thank you for the patch.
I see that the patch was not able to catch patterns with llvm.aarch.sve.smax/umax/smin/umin.
Maybe we should add for this intrinsics too. Because I believe the loop vectoriser uses the sve intrinsics and not the llvm ones.
https://github.com/llvm/llvm-project/pull/75529
More information about the llvm-commits
mailing list