We can always use FMOVH0 to lower fp16 zero, even without fullfp16. We can either expand it to movi d0, #0 or fmov s0, wzr, which will both clear all the bits of the register.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
9795 | Nit: perhaps fix this broken sentence while we are at it. But yeah, also LGTM. |
Nit: perhaps fix this broken sentence while we are at it.
But yeah, also LGTM.