- homu queue
- console
- waterfall
- [nightly](http://buildbot.rust-lang.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fn() -> [i32; 1] { | |
| let var0: i32; // x | |
| let tmp0: (); | |
| let tmp1: i32; | |
| let tmp2: i32; | |
| bb0: { | |
| tmp1 = 0; | |
| var0 = tmp1; | |
| goto -> bb3; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ├── glium (0.13.2) | |
| │ ├── backtrace (0.1.8) | |
| │ │ ├── backtrace-sys (0.1.3) | |
| │ │ │ └── libc (0.2.4) | |
| │ │ ├── cfg-if (0.1.0) | |
| │ │ ├── dbghelp-sys (0.2.0) | |
| │ │ │ ├── winapi (0.2.5) | |
| │ │ │ └── winapi-build (0.1.1) | |
| │ │ ├── debug-builders (0.1.0) | |
| │ │ ├── kernel32-sys (0.2.1) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ModuleID = 'main.0.rs' | |
| target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" | |
| target triple = "arm-unknown-linux-gnueabi" | |
| %Foo = type <{ i32, i64 }> | |
| @const130 = internal unnamed_addr constant <{ i32, i64 }> <{ i32 1, i64 2 }>, align 1 | |
| ; Function Attrs: uwtable | |
| define internal void @_ZN4main20h484665df9519545fnaaE() unnamed_addr #0 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ModuleID = 'main.0.rs' | |
| target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" | |
| target triple = "arm-unknown-linux-gnueabi" | |
| %Foo = type <{ i32, i64 }> | |
| ; Function Attrs: uwtable | |
| define void @_ZN3foo20h8966b182744fec9cnaaE(%Foo* noalias dereferenceable(12)) unnamed_addr #0 { | |
| entry-block: | |
| %f = alloca %Foo* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ModuleID = 'main.0.rs' | |
| target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" | |
| target triple = "arm-unknown-linux-gnueabi" | |
| %Foo = type <{ i16, i32 }> | |
| ; Function Attrs: uwtable | |
| define void @_ZN3foo20h042b17234f0ac1c3naaE(%Foo* noalias dereferenceable(6)) unnamed_addr #0 { | |
| entry-block: | |
| %f = alloca %Foo* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- empty_tuple-old.mir 2016-01-06 16:04:24.206409186 -0600 | |
| +++ empty_tuple-new.mir 2016-01-06 14:26:17.324888585 -0600 | |
| @@ -1,13 +1,13 @@ | |
| fn() -> () { | |
| let var0: (); // _x | |
| let mut tmp0: (); | |
| bb0: { | |
| - var0 = ; | |
| + var0 = (); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- empty_tuple-old.mir 2016-01-06 16:04:24.206409186 -0600 | |
| +++ empty_tuple-new.mir 2016-01-06 14:26:17.324888585 -0600 | |
| @@ -1,13 +1,13 @@ | |
| fn() -> () { | |
| let var0: (); // _x | |
| let mut tmp0: (); | |
| bb0: { | |
| - var0 = ; | |
| + var0 = (); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fn() -> () { | |
| let var0: (&str,); // _tuple | |
| let mut tmp0: (); | |
| bb0: { | |
| var0 = const expr ("ow",); | |
| goto -> bb1; | |
| } | |
| bb1: { |