search for: btte

Displaying 4 results from an estimated 4 matches for "btte".

Did you mean: bite
2019 May 27
2
Representations of IR in the output of opt
...t are idempotent. I don't know of this information is stored in the bytecode file as well. < ; preds = %CF, %CF80, %CF78 > ; preds = %CF80, %CF, %CF78 FWIW, the conflicting section of the bytecode file is likely not a permutation because the byte patterns don't match (some of the btte values of stress-1.bc are not present in stress-2.bc). Thanks for your help :) Sébastien Michelland On 5/24/19 5:32 PM, Eli Friedman wrote: > Are you passing -preserve-ll-uselistorder when you create the .ll files? It's off by default because the output tends to be sort of unreadable, bu...
2011 Nov 25
1
CentOS6 yum-plugin-fastestmirror spectacular failure
...k.net 99999999999 mirrors.hns.net.in 99999999999 centos.aol.in 99999999999 virror.hanoilug.org 99999999999 mirror.averse.net 99999999999 mirror.nus.edu.sg 99999999999 ftp.cuhk.edu.hk 99999999999 ftp.iitm.ac.in 99999999999 mirror-fpt-telecom.fpt.net 99999999999 centos.vr-zone.com 99999999999 mirrors.btte.net 99999999999 mirrors.digipower.vn 99999999999 centosmirror.go4hosting.in 99999999999 ftp.oss.eznetsols.org 0.220621109009 centos.01link.hk 99999999999 mirrors.ispros.com.bd 99999999999 mirrors.163.com 99999999999 mirror.vietoss.com 99999999999 mirror.neu.edu.cn 99999999999
2019 May 27
2
Representations of IR in the output of opt
...formation is stored in the bytecode file as well. > > < ; preds = %CF, %CF80, %CF78 >  > ; preds = %CF80, %CF, %CF78 > > FWIW, the conflicting section of the bytecode file is likely not a > permutation because the byte patterns don't match (some of the btte > values of stress-1.bc are not present in stress-2.bc). > > Thanks for your help :) > Sébastien Michelland > > On 5/24/19 5:32 PM, Eli Friedman wrote: > > Are you passing -preserve-ll-uselistorder when you create the .ll > files?  It's off...
2019 May 24
2
Representations of IR in the output of opt
Hi LLVM, I'm currently setting up some tools to investigate the influence of the order of optimization passes on the performance of compiled programs -nothing exceptional here. I noticed something inconvenient with opt, namely that splitting a call does not always give the same output: % llvm-stress > stress.ll % opt -dse -verify -dce stress.ll -o stress-1.bc % opt -dse stress.ll |