[PATCH] D43280: [ARM] f16 stack spill/reloads
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 06:21:29 PST 2018
olista01 added inline comments.
================
Comment at: test/CodeGen/ARM/fp16-instructions.ll:728
+; Test function calls to check store/load reg to/from stack
+define i32 @fn1() {
+entry:
----------------
This test looks more complicated than it needs to be, can it be reduced?
https://reviews.llvm.org/D43280
More information about the llvm-commits
mailing list