[PATCH] D34220: [AArch64] Prefer B.cond to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free"

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 12:58:50 PDT 2017


mcrosier updated this revision to Diff 102708.
mcrosier marked 4 inline comments as done.
mcrosier added a comment.

Address Matthias' and Geoff's feedback.


https://reviews.llvm.org/D34220

Files:
  lib/Target/AArch64/AArch64.h
  lib/Target/AArch64/AArch64CondBrTuning.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64TargetMachine.cpp
  lib/Target/AArch64/CMakeLists.txt
  test/CodeGen/AArch64/arm64-early-ifcvt.ll
  test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  test/CodeGen/AArch64/cond-br-tuning.ll
  test/CodeGen/AArch64/misched-fusion.ll
  test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
  test/CodeGen/AArch64/tbz-tbnz.ll
  test/CodeGen/AArch64/thread-pointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34220.102708.patch
Type: text/x-patch
Size: 27095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/c16b48aa/attachment.bin>


More information about the llvm-commits mailing list