[all-commits] [llvm/llvm-project] e90110: [NFC][CodeGen] Use ArrayRef in TargetLowering func...
Shao-Ce SUN via All-commits
all-commits at lists.llvm.org
Tue Apr 12 09:46:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e90110e696c72e5f1f72df6d11a71acf38e4e400
https://github.com/llvm/llvm-project/commit/e90110e696c72e5f1f72df6d11a71acf38e4e400
Author: Shao-Ce SUN <sunshaoce at iscas.ac.cn>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
[NFC][CodeGen] Use ArrayRef in TargetLowering functions
This patch is similar to D122557, adding an `ArrayRef` version for `setOperationAction`, `setLoadExtAction`, `setCondCodeAction`, `setLibcallName`.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D123467
More information about the All-commits
mailing list