[PATCH] D11172: LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 18:24:28 PDT 2015


MatzeB updated this revision to Diff 32489.
MatzeB added a comment.

Thanks for the review, I changed the code to only load the byte containing the sign bit with ExtLoad/TruncStore.


Repository:
  rL LLVM

http://reviews.llvm.org/D11172

Files:
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  test/CodeGen/Thumb2/float-intrinsics-double.ll
  test/CodeGen/X86/pr13577.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11172.32489.patch
Type: text/x-patch
Size: 12894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150819/4f4fd1ee/attachment.bin>


More information about the llvm-commits mailing list