[RISCV] Add SDNode patterns for vandn.[vv,vx]
Unfortunately we can't use the standard splat_vector and vnot PatFrags because they are preprocessed to vmv.v.x's, so we need to define helpers to catch those. We can't use SplatPat either because we need to nest another fragment inside of it. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D155433
Loading
Please sign in to comment