[PATCH] D96904: [IR] restrict vector reduction intrinsic types
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 15:24:47 PST 2021
nikic added a comment.
Hm okay, this works out fine for the vector reduction intrinsics then. However, the same general problem seems to also affect a number of other intrinsics like `int.vp.*` and `int.matrix.*`, where there is not always an additional constraint that could enforce the vector type.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96904/new/
https://reviews.llvm.org/D96904
More information about the llvm-commits
mailing list