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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 09:40:55 PDT 2020


efriedma added a comment.

If you look at PromoteIntRes_FP_TO_FP16, it just widens the result type.  I'm not sure why it isn't okay to do the same thing here; is there some interaction here I'm missing?


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