[llvm-branch-commits] PGO] Drop consecutive-zeros.ll test (PR #197615)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 13 21:46:12 PDT 2026


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/197615

pgo-memop-opt has previously validated VP metadata and bailed if it runs
into duplicate values in the VP metadata. VP metadata values will soon
be deduplicated at construction, making this no longer necessary, and
will also cause this test to fail, so drop it. Keep the
verification/deduplication pgo-memop-opt for now to avoid leaving main
in a broken state.





More information about the llvm-branch-commits mailing list