[PATCH] D20847: BitCast infinite loop fix

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 18:51:07 PDT 2016


majnemer added a comment.

This needs a testcase.

Also, I find removing things from the worklist incredibly, deeply suspicious.  Otherwise the rest of InstCombine must be careful not to add the item to the list, no?


Repository:
  rL LLVM

http://reviews.llvm.org/D20847





More information about the llvm-commits mailing list