[PATCH] D115230: [X86] Use bundle for CALL_RVMARKER expansion.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 11:37:44 PST 2021


fhahn updated this revision to Diff 392851.
fhahn added a comment.

Updated to only use bundles during expansion for Darwin platforms. This keeps it in sync with TargetMachine (for now the bundle expansion pass is only scheduled on Darwin platforms).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115230

Files:
  llvm/lib/Target/X86/X86ExpandPseudo.cpp
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/test/CodeGen/X86/call-rv-marker.ll
  llvm/test/CodeGen/X86/expand-call-rvmarker.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115230.392851.patch
Type: text/x-patch
Size: 7484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211208/bb7283cf/attachment.bin>


More information about the llvm-commits mailing list