[PATCH] D28079: [GlobalISel] Add support for indirectbr

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 06:01:16 PST 2016


kristof.beyls updated this revision to Diff 82536.
kristof.beyls added a comment.

Thanks for the feedback Diana!

I've taken into account all your comments in this new revision, and I've also rebased to ToT.


https://reviews.llvm.org/D28079

Files:
  include/llvm/CodeGen/GlobalISel/IRTranslator.h
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  include/llvm/Target/GenericOpcodes.td
  include/llvm/Target/TargetOpcodes.def
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AArch64/AArch64LegalizerInfo.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
  test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  test/CodeGen/X86/implicit-null-checks.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28079.82536.patch
Type: text/x-patch
Size: 8511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161227/ff2ed09a/attachment.bin>


More information about the llvm-commits mailing list