[all-commits] [llvm/llvm-project] 2b1117: [RISCV][NFC] Use more Arrayref in TargetLowering f...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Jul 17 20:51:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b11174079c8de58ef03715487550fa72b367dc1
https://github.com/llvm/llvm-project/commit/2b11174079c8de58ef03715487550fa72b367dc1
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV][NFC] Use more Arrayref in TargetLowering functions.
This patch replaces some foreach with Arrayref, and abstract some same literal array with a variable.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D125656
More information about the All-commits
mailing list