[PATCH] D149209: [StructuralHash] Track global variables

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 05:50:04 PDT 2023


uabelho added a comment.

With this patch the following started failing:

  opt -passes=strip-dead-prototypes bbi-83491.ll -o /dev/null -verify-analysis-invalidation

It looks like strip-dead-prototypes has removed

  @.str = external constant [15 x i16]

Is that what the change aimed to catch? Should I write an issue about it?
F27908481: bbi-83491.ll <https://reviews.llvm.org/F27908481>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149209/new/

https://reviews.llvm.org/D149209



More information about the llvm-commits mailing list