For scalar integer to float converts currently we emit NEON version of convert instrction for Streaming Compatible SVE, this change fixes the issue,
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-to-fp.ll | ||
---|---|---|
1126 | Sorry, just spotted this after accepting the patch. The name v1i16 seems wrong, because it's just converting an i16 -> f16, not <1 x i16> -> f16. I think you can just remove the v1 from the name. (same comment for all the other tests below). |
Sorry, just spotted this after accepting the patch. The name v1i16 seems wrong, because it's just converting an i16 -> f16, not <1 x i16> -> f16. I think you can just remove the v1 from the name.
(same comment for all the other tests below).