[PATCH] D16875: MemorySSA Optimizations: Patch 1 of N

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 13:43:49 PDT 2016


george.burgess.iv added a comment.

> It may be good to make pointsToConstantMemory bit check not succeed if the operation is a volatile access


Wow, that was phrased poorly.

It may be good to make the pointsToConstantMemory check (line 1122) not succeed if the operation is a volatile access. That's what I meant. :)


http://reviews.llvm.org/D16875





More information about the llvm-commits mailing list