[PATCH] D63940: [NFC] Pass DataLayout into isBytewiseValue

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 10:23:06 PDT 2019


vitalybuka created this revision.
Herald added subscribers: llvm-commits, cfe-commits, hiraditya.
Herald added projects: clang, LLVM.
vitalybuka added a parent revision: D63854: [NFC] Convert large lambda into method.

We will need to handle IntToPtr which I will submit in a separate patch as it's
not going to be NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63940

Files:
  clang/lib/CodeGen/CGDecl.cpp
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63940.207092.patch
Type: text/x-patch
Size: 7128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190628/4b473db0/attachment-0001.bin>


More information about the llvm-commits mailing list