Skip to content

Instantly share code, notes, and snippets.

View solson's full-sized avatar

Scott Olson solson

  • Canada/Ireland
  • 09:05 (UTC +01:00)
View GitHub Profile
fn() -> [i32; 1] {
let var0: i32; // x
let tmp0: ();
let tmp1: i32;
let tmp2: i32;
bb0: {
tmp1 = 0;
var0 = tmp1;
goto -> bb3;
@solson
solson / -
Created January 4, 2016 02:49
├── 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.
; 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 {
; 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*
; 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*
--- 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 = ();
--- 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 = ();
fn() -> () {
let var0: (&str,); // _tuple
let mut tmp0: ();
bb0: {
var0 = const expr ("ow",);
goto -> bb1;
}
bb1: {
@solson
solson / rust-buildbot-urls.md
Last active January 10, 2016 03:50
Rust Buildbot URLs