IR2Vec
|
cpu-spec-2006
and the cpu-spec-2017
folders.bash install.sh
.config_clang14_cpu2006.cfg
.CC
, CXX
COPTIMIZE
, and CXXOPTIMIZE
, also add -S -emit-llvm -Xclang
to ensure that compilation stops appropriately without errors.config
folder in the cpu2006install
folder.source shrc
runspec --config config_clang16_cpu2006.cfg --tune=base --action=build --rebuild --define build_ncpus=1 int fp
.o
files are generated, run the script (collect_ir/spec/get_ll_spec.sh
) with appropriate changes to get these files together in the repo.config_clang14_cpu2017.cfg
.CC
, CXX
, CLD
, FLD
COPTIMIZE
, and CXXOPTIMIZE
, also add -S -emit-llvm -Xclang
to ensure that compilation stops appropriately without errors.config
folder in the cpu2017install
folder.source shrc
runcpu --config config_clang16_cpu2017.cfg --tune=base --action=build --rebuild --define build_ncpus=1 intrate fprate intspeed fpspeed
.o
files are generated, run the script (collect_ir/spec/get_ll_spec.sh
) with appropriate changes to get these files together in the repo.ll_files.txt
file and proceed with generating the triplets.