[PATCH] D62656: Make SwitchInstProfUpdateWrapper safer
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 11:51:51 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/IR/Instructions.h:3444
+ // Sticky invalid state is needed to safely ignore operations with prof data
+ // in cases where SwitchInstProfUpdateWrapper is created from SwicthInst
+ // with inconsistent prof data. TODO: once we fix all prof data
----------------
Typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62656/new/
https://reviews.llvm.org/D62656
More information about the llvm-commits
mailing list