[PATCH] D76994: [DAG] Fix PR45049: LegalizeTypes crash

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 15:49:20 PDT 2020


jroelofs updated this revision to Diff 255522.
jroelofs edited the summary of this revision.
jroelofs added a comment.

Reverted this in 3ce77142a6452d76d6f97c9a6c2da193e78841ba <https://reviews.llvm.org/rG3ce77142a6452d76d6f97c9a6c2da193e78841ba> because one of the new assertions failed in the expensive-checks bots: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/4971/steps/test-check-all/logs/FAIL%3A%20LLVM%3A%3A2008-12-02-IllegalResultType.ll

This patch removes that check, which apparently wasn't correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76994

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/test/CodeGen/X86/legalize-types-remapid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76994.255522.patch
Type: text/x-patch
Size: 3448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/682f59c6/attachment.bin>


More information about the llvm-commits mailing list