[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
Fri Feb 7 14:35:03 PST 2020
jonpa added inline comments.
================
Comment at: llvm/test/CodeGen/SystemZ/function-attributes-01.ll:11
+; Test per function attributes and command line arguments that override them.
+
+attributes #1 = { "target-cpu"="z14" "target-features"="+vector" }
----------------
uweigand wrote:
> Would be good to have some tests with "target-features"="-soft-float" as well.
I updated the tests to have "use-soft-float"="false" or "true", which is what all functions get from the clang front end.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74086/new/
https://reviews.llvm.org/D74086
More information about the llvm-commits
mailing list