[PATCH] D16881: [ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 05:52:54 PST 2016
jonpa added a comment.
Sorry for confusion, but I think I realized that the call to AA should always be made after all, since there are cases which AA will handle that underlying objects will not, e.g. TBAA.
But I still beleive that the isUnsafeMemoryObject() function seems unnecessary.
http://reviews.llvm.org/D16881
More information about the llvm-commits
mailing list