[PATCH] D45653: [X86] Enable sibling-call optimization for functions returning structs
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 04:40:42 PDT 2018
lebedev.ri added inline comments.
================
Comment at: test/CodeGen/X86/sibcall.ll:661-664
; 32-LABEL: t21_non_sret_to_sret:
; 32: jmp {{_?}}t21_f_sret
; 64-LABEL: t21_non_sret_to_sret:
; 64: jmp {{_?}}t21_f_sret
----------------
Hm, this looks wrong. There is no such check prefixes on the run lines (at the beginning of the file)
Did you use `utils/update_llc_test_checks.py`?
https://reviews.llvm.org/D45653
More information about the llvm-commits
mailing list