[PATCH] D19801: [SelectionDAG] Don't treat library calls specially if marked with nobuiltin.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 06:59:13 PDT 2016


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

Added an x86-64 test for memcmp + fixed comment.  Adding any more targets is pointless, since SystemZ is the only one with custom lowering.


Repository:
  rL LLVM

http://reviews.llvm.org/D19801

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/SystemZ/memchr-nobuiltin.ll
  test/CodeGen/SystemZ/memcmp-nobuiltin.ll
  test/CodeGen/SystemZ/strcmp-nobuiltin.ll
  test/CodeGen/SystemZ/strcpy-nobuiltin.ll
  test/CodeGen/SystemZ/strlen-nobuiltin.ll
  test/CodeGen/X86/memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19801.60968.patch
Type: text/x-patch
Size: 10912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/a292bd11/attachment.bin>


More information about the llvm-commits mailing list