[PATCH] D155433: [RISCV] Add SDNode patterns for vandn.[vv,vx]
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 03:28:17 PDT 2023
luke added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td:239
+ (not vti.ScalarRegClass:$rs1)),
+ vti.RegClass:$rs2)),
+ (!cast<Instruction>("PseudoVANDN_VX_"#vti.LMul.MX)
----------------
I'm only matching this scalar form here, although there's another way of representing it that could be canonicalised: https://github.com/llvm/llvm-project/issues/63868
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155433/new/
https://reviews.llvm.org/D155433
More information about the llvm-commits
mailing list