[all-commits] [llvm/llvm-project] 040a41: [LoongArch] Provide basic TargetTransformInfo impl...
Lu Weining via All-commits
all-commits at lists.llvm.org
Fri May 5 20:39:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 040a41a852933d3d1b855aebc8b054baa60f61e2
https://github.com/llvm/llvm-project/commit/040a41a852933d3d1b855aebc8b054baa60f61e2
Author: Weining Lu <luweining at loongson.cn>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M llvm/lib/Target/LoongArch/CMakeLists.txt
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.h
A llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.cpp
A llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.h
Log Message:
-----------
[LoongArch] Provide basic TargetTransformInfo implementation
This patch only provides basic LoongArchTTIImpl, and more hooks
will be added to provide TTI machinery for LoongArch soon.
Reviewed By: SixWeining, xen0n
Differential Revision: https://reviews.llvm.org/D147524
More information about the All-commits
mailing list