mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-24 20:26:22 -04:00
93b123f786
In both ADCE and BDCE (via DemandedBits) we should not remove instructions that are not guaranteed to return. This issue was pointed out by fhahn in the recent llvm-dev thread. Differential Revision: https://reviews.llvm.org/D96993