[PATCH] D73899: [VE] half fptrunc+store&load+fpext
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 08:22:28 PST 2020
simoll marked 2 inline comments as done.
simoll added a comment.
thx!
================
Comment at: llvm/test/CodeGen/VE/fp_extload_truncstore.ll:3-4
+declare i16 @llvm.convert.to.fp16.f32(float %a)
+declare i16 @llvm.convert.to.fp16.f64(double %a)
+
----------------
arsenm wrote:
> I thought these were removed?
They still exist. We will strip them from the backend when they are gone for good.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73899/new/
https://reviews.llvm.org/D73899
More information about the llvm-commits
mailing list