[PATCH] D78191: [GlobalISel] Fix invalid combine of unmerge(merge) with intermediate cast

Dominik Montada via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 09:52:05 PDT 2020


gargaroff reopened this revision.
gargaroff added a comment.
This revision is now accepted and ready to land.

Unfortunately this caused the build bots to fail due to the sanitizers flagging undefined behavior in the AMDGPUInstructionSelector and I have reverted the commit for now. @arsenm Do you think this patch should wait until the bug in the InstructionSelector is fixed? Or should this patch include a fix? I have not looked into the problem yet, so I cannot say what goes wrong exactly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78191





More information about the llvm-commits mailing list