[all-commits] [llvm/llvm-project] 5fc8f9: [RISCV] Replace a custom SDTypeProfile with SDTInt...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Dec 5 20:18:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5fc8f90f0a96a32b774cecc593af82959025906b
https://github.com/llvm/llvm-project/commit/5fc8f90f0a96a32b774cecc593af82959025906b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoB.td
Log Message:
-----------
[RISCV] Replace a custom SDTypeProfile with SDTIntBinOp which should be sufficient here.
On the surface this would be slightly less optimal for the isel
table, but due to a tablegen issue with HW mode this ends up
generating a smaller isel table.
More information about the All-commits
mailing list