bfloat16 variants of svdup_lane were missing, and svcvtnt_bf16_x
was implemented incorrectly (it takes an operand for the inactive
lanes)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thank you.
clang/utils/TableGen/SveEmitter.cpp | ||
---|---|---|
1265–1279 | nit: worth adding a comment in the emitter explaining why these redirections are needed. |
nit: worth adding a comment in the emitter explaining why these redirections are needed.