[PATCH] D86114: [SVE] Lower fixed length vXi8/vXi16 SDIV to scalable
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 15:09:16 PDT 2020
efriedma added a comment.
> Also notice that a new test file was needed. The existing SDIV tests live in sve-fixed-length-int-arith.ll, which uses the legalization-style FileCheck macros. But the complicated lowering of these operations really needs the "end result"-style macros. If this patch is accepted, I'll move the vXi32/vXi64 tests to this new file as well.
I don't see any obvious difference in the RUN lines?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86114/new/
https://reviews.llvm.org/D86114
More information about the llvm-commits
mailing list