llvm-project
37932643 - [SimplifyCFG] Deduce paths unreachable if they cause div/rem UB

Commit
1 year ago
[SimplifyCFG] Deduce paths unreachable if they cause div/rem UB Same we way mark a path unreachable if it may cause a nullptr dereference, div/rem by zero or signed div/rem of INT_MIN by -1 cause immediate UB. Closes #109008
Author
Committer
Parents
Loading