[PATCH] D21949: [SystemZ] Utilize Test Data Class instructions.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 10 05:07:17 PDT 2016


koriakin updated this revision to Diff 63421.
koriakin added a comment.

Demagicked the masks; the only remaining magic constant is the shift right by 1 in fabs handling, which cannot be helped much.


Repository:
  rL LLVM

http://reviews.llvm.org/D21949

Files:
  include/llvm/IR/IntrinsicsSystemZ.td
  lib/Target/SystemZ/CMakeLists.txt
  lib/Target/SystemZ/README.txt
  lib/Target/SystemZ/SystemZ.h
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZTDC.cpp
  lib/Target/SystemZ/SystemZTargetMachine.cpp
  test/CodeGen/SystemZ/tdc-01.ll
  test/CodeGen/SystemZ/tdc-02.ll
  test/CodeGen/SystemZ/tdc-03.ll
  test/CodeGen/SystemZ/tdc-04.ll
  test/CodeGen/SystemZ/tdc-05.ll
  test/CodeGen/SystemZ/tdc-06.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21949.63421.patch
Type: text/x-patch
Size: 34393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160710/5a348fa4/attachment.bin>


More information about the llvm-commits mailing list