[PATCH] D147982: Account for PATCHABLE instrs in Branch Relaxation

Daniel Hoekwater via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 12:18:24 PDT 2023


dhoekwater added a comment.

In D147982#4258836 <https://reviews.llvm.org/D147982#4258836>, @paquette wrote:

> I think it would be good to have a MIR testcase for this.

`branch-relax-xray.ll` tests that Branch Relaxation relaxes branches that are out-of-range because of XRay sleds, and `machine-outliner-patchable.ll` tests that XRay sleds aren't outlined. Why the MIR test case?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147982/new/

https://reviews.llvm.org/D147982



More information about the llvm-commits mailing list