Skip Navigation

Scheduling Model in LLVM

myhsu.xyz Scheduling Model in LLVM - Part I

Instruction scheduling is essential to modern compilers. It tries to hide latencies and increases the throughput of a straight line code by reordering the enclosing instructions. In order to do that, compilers have to know a whole bunch of information, ranging from individal instruction’s latency to...

0
0 comments