]> git.lizzy.rs Git - rust.git/commit
Re-enable removal of ZST writes to unions
authorBen Kimock <kimockb@gmail.com>
Sat, 3 Dec 2022 22:00:05 +0000 (17:00 -0500)
committerBen Kimock <kimockb@gmail.com>
Sun, 4 Dec 2022 00:17:45 +0000 (19:17 -0500)
commit74a270ac93710ef4ef2315cce3840486f92698b5
tree25c16cd520e7defb20b98522e73bc0f43c1ef7d4
parente960b5e7749e95c6a6b2fdec7250a48105664efb
Re-enable removal of ZST writes to unions
compiler/rustc_mir_transform/src/remove_zsts.rs
src/test/mir-opt/remove_zsts.get_union.PreCodegen.after.mir [new file with mode: 0644]
src/test/mir-opt/remove_zsts.get_union.RemoveZsts.diff [new file with mode: 0644]
src/test/mir-opt/remove_zsts.rs [new file with mode: 0644]
src/test/mir-opt/remove_zsts_dont_touch_unions.get_union.RemoveZsts.after.mir [deleted file]
src/test/mir-opt/remove_zsts_dont_touch_unions.rs [deleted file]