[PATCH] D69345: [Codegen][ARM] Add float softening for cbrt

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 08:35:17 PDT 2019


dmgreen updated this revision to Diff 226261.
dmgreen added a comment.

Yeah, adding them is simple enough, but I'm not sure how those might be tested. I have added them here and included a test for halfs (which will not be converted into a cbrt, but if they were may then need promotion).


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

https://reviews.llvm.org/D69345

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/test/CodeGen/ARM/fp16-promote.ll
  llvm/test/CodeGen/ARM/pow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69345.226261.patch
Type: text/x-patch
Size: 5810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191024/7df46ad0/attachment.bin>


More information about the llvm-commits mailing list