[PATCH] D28813: [CodeGenPrepare] Sink and duplicate more 'and' instructions.

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 14:31:53 PST 2017


gberry updated this revision to Diff 88933.
gberry added a comment.

Put llc and opt -codegenprepare lit tests in the same file since they use the same test IR


https://reviews.llvm.org/D28813

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/CodeGenPrepare.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/AArch64/and-sink.ll
  test/CodeGen/AArch64/fast-isel-tbz.ll
  test/CodeGen/X86/and-sink.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28813.88933.patch
Type: text/x-patch
Size: 21300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170217/95cfb0f5/attachment.bin>


More information about the llvm-commits mailing list