Add codegen patterns for vector add, sub, and, or and xor operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Add support for vector and, or and xor operations and
implement getPreferredVectorAction hook to widen v4i8 and v2i16 to v8i8 and v4i16 for RV64P.