Most of the code wasn't yet scalable safe, although most of the
code conceptually just works for scalable vectors. This change
makes the algorithm work on ElementCount, where appropriate,
and leaves the fixed-width only code to use getFixedNumElements.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/sve-fcvt.ll | ||
---|---|---|
740 | Hi @sdesmalen, not sure this is caused by your patch, but this looks a bit odd as we're defining p0.s after it's already been used above. |
Comment Actions
LGTM!
llvm/test/CodeGen/AArch64/sve-fcvt.ll | ||
---|---|---|
740 | My mistake - we're using the input p0 passed to the function. Doh! |
Hi @sdesmalen, not sure this is caused by your patch, but this looks a bit odd as we're defining p0.s after it's already been used above.