[llvm] [BOLT] Allow pass-through blocks in YAMLProfileReader (PR #91828)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 16:07:08 PDT 2024
aaupov wrote:
> Is it possible that we remove more blocks in the chain? E.g. A -> [ B -> C -> ] D?
Yes. Neither DataReader nor YAMLProfileReader will recognize that.
https://github.com/llvm/llvm-project/pull/91828
More information about the llvm-commits
mailing list