[PATCH] D11043: Const fold vtable load from global variable

Geoff Berry gberry at codeaurora.org
Thu Jul 23 11:35:29 PDT 2015


gberry added a comment.

Reid,

Thanks for your feedback.  Just to be clear, your objection is that there may be subsequent writes to @gS's vtable pointer during construction such that the value folded into @gS's initializer  (i.e. the first vtable value written) is different from the value that would be loaded at the call site?


Repository:
  rL LLVM

http://reviews.llvm.org/D11043







More information about the llvm-commits mailing list