"llvm/lib/CodeGen/Analysis.cpp" did not exist on "8ebcbe949a161efc0b89323e5aac1adae3d229d9"
-
Jakob Stoklund Olesen authored
Two new TargetInstrInfo hooks lets the target tell ExecutionDepsFix about instructions with partial register updates causing false unwanted dependencies. The ExecutionDepsFix pass will break the false dependencies if the updated register was written in the previoius N instructions. The small loop added to sse-domains.ll runs twice as fast with dependency-breaking instructions inserted. llvm-svn: 144602
f8ad336b
Loading