[RISCV] Use MVT instead of EVT in RISCVISelDAGToDAG.cpp
authorCraig Topper <craig.topper@sifive.com>
Sat, 30 Jan 2021 23:57:12 +0000 (15:57 -0800)
committerCraig Topper <craig.topper@sifive.com>
Sat, 30 Jan 2021 23:57:15 +0000 (15:57 -0800)
commit3fdf2a56dd00ece7b6572e592f40b207ef85f96f
tree6b701ab08ecbc3d6326ba7bb857bd505ffa28273
parentb5e3a5785dab0d0c7aa68cc65c2dd348488e72d1
[RISCV] Use MVT instead of EVT in RISCVISelDAGToDAG.cpp

All this code runs post type legalization so we should have
exclusively legal types. The methods on MVT should be more
efficient than EVT.
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp