[PATCH] D35907: [StackColoring] Update AliasAnalysis information in stack coloring pass

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 13:09:05 PDT 2017


inouehrs updated this revision to Diff 108802.
inouehrs retitled this revision from "[StackColoring] Update TBAA information in stack coloring pass" to "[StackColoring] Update AliasAnalysis information in stack coloring pass".
inouehrs added a comment.

Move check with `isIdentifiedObject` into `getUnderlyingObjectsForCodeGen`


https://reviews.llvm.org/D35907

Files:
  include/llvm/Analysis/ValueTracking.h
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/MachineInstr.h
  lib/Analysis/ValueTracking.cpp
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/ScheduleDAGInstrs.cpp
  lib/CodeGen/StackColoring.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35907.108802.patch
Type: text/x-patch
Size: 13143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170729/f7a3ee1e/attachment.bin>


More information about the llvm-commits mailing list