llvm-project
b7248b5c - [RISCV] Use cast instead of dyn_cast to MemSDNode in RISCVISelDAGToDAG.cpp. (#147643)

Commit
162 days ago
[RISCV] Use cast instead of dyn_cast to MemSDNode in RISCVISelDAGToDAG.cpp. (#147643) All of these are guaranteed to be MemSDNode. The only intrinsics that aren't are vlm and vsm. We should add those to RISCVTargetLowering::getTgtMemIntrinsic to fix that.
Author
Parents
Loading