[PATCH] D52018: [AMDGPU] Add instruction selection for i1 to f16 conversion

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 01:50:06 PDT 2018


nhaehnle added a comment.

What about sitofp?

Why the detour via V_CVT_F16_F32 instead of selecting an fp16 1.0 constant directly?


Repository:
  rL LLVM

https://reviews.llvm.org/D52018





More information about the llvm-commits mailing list