[PATCH] D82552: [CodeGen] Matching promoted type for 16-bit integer bitcasts from fp16 operand

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 10:47:51 PDT 2020


plotfi added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/arm-half-promote.ll:4
+define arm_aapcs_vfpcc { <8 x half>, <8 x half> } @f1() {
+; CHECK-LABLE: _f1
+; CHECK: vpush   {d8}
----------------
Spelling? 


================
Comment at: llvm/test/CodeGen/ARM/arm-half-promote.ll:30
+define swiftcc { <8 x half>, <8 x half> } @f2() {
+; CHECK-LABLE: _f2
+; CHECK: vpush   {d8}
----------------
Spelling?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82552/new/

https://reviews.llvm.org/D82552





More information about the llvm-commits mailing list