[PATCH] D29265: [legalize-types] Remove stale entries from SoftenedFloats.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 14:43:42 PST 2017


fhahn updated this revision to Diff 90232.
fhahn added a comment.
Herald added subscribers: wdng, danalbert.

Thank you for all the comments and sorry for my late response, I was away for the last 4 weeks.

I've added -enable-legalize-types-checking to guard against the problem even when building without expensive checks. I've also done a quick git bisect and it seems like the failure was introduced in https://reviews.llvm.org/D11438, but after I think it looks more like the failure surfaced because the patch enabled softening for fp128 types.


https://reviews.llvm.org/D29265

Files:
  lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  test/CodeGen/X86/fp128-compare.ll
  test/CodeGen/X86/fp128-g.ll
  test/CodeGen/X86/fp128-i128.ll
  test/CodeGen/X86/fp128-libcalls.ll
  test/CodeGen/X86/fp128-load.ll
  test/CodeGen/X86/fp128-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29265.90232.patch
Type: text/x-patch
Size: 5477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/6d4caa8c/attachment-0001.bin>


More information about the llvm-commits mailing list