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

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 09:07:04 PDT 2021


samtebbs updated this revision to Diff 354519.
samtebbs marked 3 inline comments as done.
samtebbs added a comment.

Stop passing dl, check if VecVal is an int to fp node, use getScalarSizeInBits() and fix copied tests.


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

https://reviews.llvm.org/D104793

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104793.354519.patch
Type: text/x-patch
Size: 48441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/619973ff/attachment.bin>


More information about the llvm-commits mailing list