Pretty much a direct copy of VECREDUCE_OR, except that I added a setOperationAction(,..) loop for the unsupported NEON bitwise reductions. Thoughts on that?
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88974
[SVE] Lower fixed length VECREDUCE_XOR operation ClosedPublic Authored by cameron.mcinally on Oct 7 2020, 9:05 AM.
Details Summary Pretty much a direct copy of VECREDUCE_OR, except that I added a setOperationAction(,..) loop for the unsupported NEON bitwise reductions. Thoughts on that?
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 8 2020, 4:18 AM Closed by commit rG974ddb54c9ad: [SVE] Lower fixed length VECREDUCE_XOR operation (authored by cameron.mcinally). · Explain WhyOct 12 2020, 8:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297597 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-fixed-length-log-reduce.ll
|