Details
Details
- Reviewers
frasercrmck - Commits
- rGd55be79d7548: [RISCV] Expand scalable vector CTTZ/CTLZ/CTPOP.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh, nabbing revision 112233 is nice!
Thanks, I'd played around with locally this after D112141. Do we not have to worry about NO_UNDEF too?
Comment Actions
LGTM. Thanks, I didn't realise ZERO_UNDEF would be expanded automatically since the others aren't. I also didn't realise it's not NO_UNDEF but rather ZERO_UNDEF - thanks for understanding what I was asking.