[PATCH] D94934: [llvm] Prevent infinite loop in InstCombine of select statements

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 14:49:56 PST 2021


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

LGTM

A test case would be nice of course, but with this kind of worklist order issue (select folded before icmp) it's always tricky.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94934



More information about the llvm-commits mailing list