[PATCH] D55263: [CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 07:56:37 PST 2018


courbet updated this revision to Diff 178070.
courbet marked 5 inline comments as done.
courbet added a comment.
Herald added subscribers: JDevlieghere, javed.absar.

address comments


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55263/new/

https://reviews.llvm.org/D55263

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/ExpandMemCmp.cpp
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/AArch64/AArch64SystemOperands.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  lib/Target/Hexagon/HexagonDepDecoders.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86TargetTransformInfo.cpp
  test/CodeGen/X86/fp-cvt.ll
  test/CodeGen/X86/memcmp-optsize.ll
  test/CodeGen/X86/memcmp.ll
  test/CodeGen/X86/scalar-fp-to-i64.ll
  test/CodeGen/X86/trunc-subvector.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-rotate-256.ll
  test/CodeGen/X86/vector-rotate-512.ll
  test/MC/AArch64/armv8.2a-at.s
  test/MC/AArch64/armv8.2a-mmfr2.s
  test/MC/AArch64/armv8.2a-persistent-memory.s
  test/MC/AArch64/armv8.3a-complex.s
  test/MC/AArch64/armv8.3a-js.s
  test/MC/AArch64/armv8.3a-signed-pointer.s
  test/MC/AArch64/armv8.4a-flag.s
  test/MC/AArch64/armv8.4a-ldst.s
  test/MC/AArch64/armv8.4a-tlb.s
  test/MC/AArch64/armv8.4a-trace.s
  test/Transforms/ExpandMemCmp/X86/memcmp.ll
  test/tools/llvm-dwarfdump/X86/eh-frame-return-address-reg.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55263.178070.patch
Type: text/x-patch
Size: 184629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/4a024060/attachment-0001.bin>


More information about the llvm-commits mailing list