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

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 08:55:24 PDT 2017


inouehrs updated this revision to Diff 108791.
inouehrs marked 3 inline comments as done.
inouehrs retitled this revision from "[WIP] Update TBAA information in stack coloring pass" to "[StackColoring] Update TBAA information in stack coloring pass".
inouehrs added a comment.

- move getUnderlyingObjects from ScheduleDAGInstrs.cpp to ValueTracking.cpp and also renamed to getUnderlyingObjectsForCodeGen.
- check the validity of Values returned from getUnderlyingObjectsForCodeGen.
- remove information on all types of AA as well as information on TBAA.


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.108791.patch
Type: text/x-patch
Size: 13111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170729/adcd9c9a/attachment-0001.bin>


More information about the llvm-commits mailing list