[PATCH] D74086: [SystemZ] Add a subtarget cache like some other targets already have.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 13:40:01 PST 2020
jonpa created this revision.
jonpa added a reviewer: uweigand.
Herald added a subscriber: hiraditya.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
Each function is with this compiled with the SystemZSubtarget initialized from the functions attributes.
We need the "+soft-float" feature in UsesVectorABI(), so we have the front end add it, so we don't need to check "-use-soft-float"="true", like the other targets, right?
https://reviews.llvm.org/D74086
Files:
llvm/lib/Target/SystemZ/SystemZTDC.cpp
llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
llvm/lib/Target/SystemZ/SystemZTargetMachine.h
llvm/test/CodeGen/SystemZ/function-attributes-01.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74086.242741.patch
Type: text/x-patch
Size: 8731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/e7e279aa/attachment.bin>
More information about the llvm-commits
mailing list