[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 20:50:03 PDT 2023


dhoekwater updated this revision to Diff 512646.
dhoekwater added a comment.

Test to make sure XRay patchable instructions aren't outlined. I think technically I could break this into two separate patches now that I have two independent tests. I don't think that's necessary, but please let me know if it's preferred.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147982

Files:
  llvm/lib/CodeGen/TargetInstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/test/CodeGen/AArch64/branch-relax-xray.ll
  llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll
  llvm/test/CodeGen/AArch64/machine-outliner-patchable.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147982.512646.patch
Type: text/x-patch
Size: 11577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/19b6afed/attachment.bin>


More information about the llvm-commits mailing list