1
Fork 0

Replace legacy ConstProp by GVN.

This commit is contained in:
Camille GILLOT 2023-09-20 21:43:33 +00:00
parent a03c972816
commit 2837727471
190 changed files with 1361 additions and 1714 deletions

View file

@ -1,4 +1,4 @@
// compile-flags: -Zmir-enable-passes=+Inline,+ConstProp --crate-type lib
// compile-flags: -Zmir-enable-passes=+Inline,+GVN --crate-type lib
// revisions: ASSERT NOASSERT
//[ASSERT] compile-flags: -Coverflow-checks=on
//[NOASSERT] compile-flags: -Coverflow-checks=off