[PATCH] D19488: [CodeGenPrepare] use branch weight metadata to decide if a select should be turned into a branch

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 10:17:10 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL267572: [CodeGenPrepare] use branch weight metadata to decide if a select should be… (authored by spatel).

Changed prior to commit:
  http://reviews.llvm.org/D19488?vs=55014&id=55030#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19488

Files:
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/IR/Metadata.cpp
  llvm/trunk/test/CodeGen/X86/cmov-into-branch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19488.55030.patch
Type: text/x-patch
Size: 10631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160426/383e7755/attachment.bin>


More information about the llvm-commits mailing list