[all-commits] [llvm/llvm-project] 3fdf2a: [RISCV] Use MVT instead of EVT in RISCVISelDAGToDA...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Jan 30 16:00:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fdf2a56dd00ece7b6572e592f40b207ef85f96f
https://github.com/llvm/llvm-project/commit/3fdf2a56dd00ece7b6572e592f40b207ef85f96f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-30 (Sat, 30 Jan 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list