]> granicus.if.org Git - clang/commit
Generate assume loads only with -fstrict-vtable-pointers
authorPiotr Padlewski <prazek@google.com>
Mon, 28 Sep 2015 20:30:22 +0000 (20:30 +0000)
committerPiotr Padlewski <prazek@google.com>
Mon, 28 Sep 2015 20:30:22 +0000 (20:30 +0000)
commitbfa22743ff0f050462c38d3e9d1b575563300133
tree15d752693ff168914e543428e86e6f02479f83dd
parent52ed5ec631b0bbf5c714baa0cd83c33ebfe0c6aa
Generate assume loads only with -fstrict-vtable-pointers

Temporary fix till InstCombine and other possible passes will be
efficient to handle multiple assumes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
test/CodeGenCXX/vtable-assume-load.cpp