Add pass to identify undefined or erroneous behaviour

This commit is contained in:
Tomasz Miąsko 2023-12-12 00:00:00 +00:00
parent 920e0051cf
commit 7a246ddd8e
7 changed files with 95 additions and 49 deletions

View file

@ -86,6 +86,7 @@ pub mod inline;
mod instsimplify;
mod jump_threading;
mod large_enums;
mod lint;
mod lower_intrinsics;
mod lower_slice_len;
mod match_branches;