[PATCH] D48614: [SelectionDAG] Fix promotion of extracted FP vector element
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 08:16:48 PDT 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/pr31088.ll:73
+; F16C-O0-NEXT: retq
%retval = fadd <1 x half> %arg0, %arg1
ret <1 x half> %retval
----------------
What's causing the repeated fptrunc+fpext ?
Repository:
rL LLVM
https://reviews.llvm.org/D48614
More information about the llvm-commits
mailing list