[all-commits] [llvm/llvm-project] fcdb99: [SystemZ] Add a subtarget cache like some other t...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Mon Feb 10 10:11:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fcdb99e0b5b4820d28913f5d1d40a37f45b3817b
https://github.com/llvm/llvm-project/commit/fcdb99e0b5b4820d28913f5d1d40a37f45b3817b
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZTDC.cpp
M llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
M llvm/lib/Target/SystemZ/SystemZTargetMachine.h
A llvm/test/CodeGen/SystemZ/function-attributes-01.ll
Log Message:
-----------
[SystemZ] Add a subtarget cache like some other targets already have.
Each function is with this compiled with the SystemZSubtarget initialized
from the functions attributes.
Review: Ulrich Weigand.
Differential Revision: https://reviews.llvm.org/D74086
More information about the All-commits
mailing list