[all-commits] [llvm/llvm-project] 9f4a2a: [RISCV] Separate lowering of constant build vector...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Aug 4 08:38:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f4a2a86367c958208b568efb491d6f4122c8e73
https://github.com/llvm/llvm-project/commit/9f4a2a86367c958208b568efb491d6f4122c8e73
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Separate lowering of constant build vector into a helper [nfc]
We have a bunch of special casing for constant vectors, and the costing is generally different. Separate out the logic so that it's easier to follow.
More information about the All-commits
mailing list