[all-commits] [llvm/llvm-project] 463c9f: [RISCV] Move slide and gather costing to TLI [NFC]...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Sep 7 18:28:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 463c9f44dcd8a7a6e056cf3fd0a92ca42c8c6155
https://github.com/llvm/llvm-project/commit/463c9f44dcd8a7a6e056cf3fd0a92ca42c8c6155
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
Log Message:
-----------
[RISCV] Move slide and gather costing to TLI [NFC] (PR #65396)
As mentioned in TODOs from D159332. This PR doesn't actually
common up that copy of the code because doing so is not NFC - due to
DLEN. Fixing that will be a future PR.
More information about the All-commits
mailing list