Skip to content
  • Nadav Rotem's avatar
    Add a flag to align all basic blocks in the function. · c3b0f50a
    Nadav Rotem authored
    When debugging performance regressions we often ask ourselves if the regression
    that we see is due to poor isel/sched/ra or due to some micro-architetural
    problem.  When comparing two code sequences one good way to rule out front-end
    bottlenecks (and other the issues) is to force code alignment. This pass adds
    a flag that forces the alignment of all of the basic blocks in the program.
    
    llvm-svn: 179353
    c3b0f50a
Loading