[all-commits] [llvm/llvm-project] 7c9756: [RISCV] Make some arrays of constants 'static cons...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Sep 21 10:53:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c975665b47cb91227c5ec0cd902aaf4a7529b58
https://github.com/llvm/llvm-project/commit/7c975665b47cb91227c5ec0cd902aaf4a7529b58
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Make some arrays of constants 'static const'. NFC
This helps the compiler generate better code.
More information about the All-commits
mailing list