<div dir="ltr"><div><div><div><div>In order for our instruction itineraries to be considered by the instruction scheduler we seem to have to pass -enable-misched to llvm:<br><br></div>clang -O3 -mllvm -enable-misched -c some.c .....<br><br></div>If -enable-misched isn't included there it doesn't seem to take our instruction itineraries into account. <br><br></div>What's the best way to make '-enable-misched' the default?<br><br></div>Phil<br></div>