[PATCH] D133552: [RISCV] Add cost model for integer and float vector arithmetic instructions.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 28 09:07:09 PST 2022
reames added a comment.
I landed a slightly cleaned up subset of this in db07d79ab0 <https://reviews.llvm.org/rGdb07d79ab06f8f88a8bc161654336e235d906ad7>. I left out the div/rem parts because that makes absolutely no sense to me. If you want to move forward with that piece, please move it to it's own patch rebased over tip of tree and explain why that's a reasonable cost model.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133552/new/
https://reviews.llvm.org/D133552
More information about the llvm-commits
mailing list