This covers forms involving "CPY (immediate, merging)".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, with a nit on a comment that my slow brain still struggle to understand! :)
Thanks,
Francesco
llvm/test/CodeGen/AArch64/sve-vselect-imm.ll | ||
---|---|---|
340 | Nit: there is no "SEL" instruction that operates on immediate values in SVE. Please consider expanding this comment explaining why you can use #-128 instead of #128, and why the condition "if the odd bits of the predicate are zero" is needed for this to hold. |
Nit: there is no "SEL" instruction that operates on immediate values in SVE.
Please consider expanding this comment explaining why you can use #-128 instead of #128, and why the condition "if the odd bits of the predicate are zero" is needed for this to hold.