Skip to content

Instantly share code, notes, and snippets.

View pvellien's full-sized avatar
🎯
Focusing

pvellien

🎯
Focusing
View GitHub Profile
@pvellien
pvellien / gist:e4f519d17b25adf10fdd5978ee0b1de9
Created January 17, 2022 09:40
Compile : opt -O3 with [ConstantFold] Make icmp of gep fold offset based commit as a top commit
; ModuleID = 'reducing_original.bc'
source_filename = "reducing_original.cc"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
%class.Isa = type <{ i32, i32, i32, i8, i8, [2 x i8] }>
%"struct.std::pair" = type { %class.Isa*, %class.Isa* }
%class.anon = type { i32*, i32*, i32*, i8*, i8* }
%"struct.__gnu_cxx::__ops::_Iter_pred" = type { %class.anon }
%"class.std::__pair_base" = type { i8 }