[PATCH] D103903: [ARM] Transform a fixed-point to floating-point conversion into a VCVT_fix

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 07:37:35 PDT 2021


samtebbs updated this revision to Diff 350894.
samtebbs marked 8 inline comments as done.
samtebbs added a comment.

Move to a function, add IsUnsigned check to fp inf, check bitcast element size, remove IEEEdouble(), make sure FracBits <= ScalarBits, add llvm_unreachable, move test file and use arm_aapcs_vfpcc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103903/new/

https://reviews.llvm.org/D103903

Files:
  llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  llvm/test/CodeGen/Thumb2/mve-vcvt-fixed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103903.350894.patch
Type: text/x-patch
Size: 41934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210609/cb2c1de2/attachment.bin>


More information about the llvm-commits mailing list