Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry! Your tablegen predicate is HasSVE2orSME. Your .ll target features are sve and sve2?
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
3230–3250 | Rather than adding new patterns can you create a PatFrags instead? See AArch64saba for what I mean. |
Comment Actions
We may well have other sra related patterns so what about naming the test just sve-sra.ll?
Comment Actions
- Rework to use PatFrags instead of adding extra patterns
- Add tests for intrinsic cases
Rather than adding new patterns can you create a PatFrags instead? See AArch64saba for what I mean.