[PATCH] D75617: [WPD] Provide a way to prevent function(s) from being devirtualized
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:58:13 PST 2020
tejohnson added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/devirt.ll:128
+; SKIP: single-impl: devirtualized a call to _ZN1D1mEi
+
----------------
This doesn't check for the absence of the _ZN1A1nEi devirt. Probably should be the following?
; SKIP-NOT: single-impl: devirtualized a call to _ZN1A1nEi
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75617/new/
https://reviews.llvm.org/D75617
More information about the llvm-commits
mailing list