[PATCH] D21155: [SystemZ] Support Compare and Traps

Zhan Jun Liau via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 14:08:20 PDT 2016


zhanjunl created this revision.
zhanjunl added reviewers: uweigand, koriakin.
zhanjunl added a subscriber: llvm-commits.

Support and generate Compare and Traps like CRT, CIT, etc.

Support Trap as legal DAG opcodes and generate "j .+2" for them by default.
Add support for Conditional Traps and use the If Converter to convert them into the
corresponding compare and trap opcodes.

http://reviews.llvm.org/D21155

Files:
  lib/Target/SystemZ/SystemZAsmPrinter.cpp
  lib/Target/SystemZ/SystemZElimCompare.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.h
  lib/Target/SystemZ/SystemZInstrFormats.td
  lib/Target/SystemZ/SystemZInstrInfo.cpp
  lib/Target/SystemZ/SystemZInstrInfo.h
  lib/Target/SystemZ/SystemZInstrInfo.td
  test/CodeGen/SystemZ/trap-01.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21155.60095.patch
Type: text/x-patch
Size: 24480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160608/47f9a3c1/attachment.bin>


More information about the llvm-commits mailing list