[PATCH] D42743: [ARM] FullFP16 LowerReturn Fix
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 02:21:10 PST 2018
olista01 added inline comments.
================
Comment at: test/CodeGen/ARM/fp16-instructions.ll:17
+entry:
+ ret float bitcast (i32 zext (i16 bitcast (half fsub (half undef, half 0xH2FE6) to i16) to i32) to float)
+; This expression is optimised away due to the undef value. Check that
----------------
Could this just be "ret float undef"?
https://reviews.llvm.org/D42743
More information about the llvm-commits
mailing list