SVE has predicated literal forms of some instructions for specific
literals, which currently are generated correctly when using ACLE
but not when those instructions are generated directly.
This adds the patterns to generate those instructions when
generating from standard LLVM IR instructions.
Co-authored-by: Sander De Smalen <sander.desmalen@arm.com>
Co-authored-by: Cullen Rhodes <cullen.rhodes@arm.com>