[PATCH] D59872: [X86MacroFusion] Handle branch fusion (AMD CPUs).

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 04:46:49 PDT 2019


courbet created this revision.
courbet added reviewers: andreadb, lebedev.ri.
Herald added subscribers: jdoerfert, hiraditya.
Herald added a project: LLVM.
courbet updated this revision to Diff 192425.
courbet added a comment.
Herald added a subscriber: jfb.

clang-format


This adds a BranchFusion feature to replace the usage of the MacroFusion
for AMD CPUs.

See D59688 <https://reviews.llvm.org/D59688> for context.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59872

Files:
  llvm/lib/Target/X86/X86.td
  llvm/lib/Target/X86/X86MacroFusion.cpp
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/lib/Target/X86/X86TargetTransformInfo.h
  llvm/test/Transforms/LoopStrengthReduce/X86/macro-fuse-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59872.192425.patch
Type: text/x-patch
Size: 12949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190327/ba536449/attachment.bin>


More information about the llvm-commits mailing list