[PATCH] D153261: [AMDGPU] Verify dom tree only when -verify-dom-info is passed.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 04:08:19 PDT 2023


foad added a comment.

If `-verify-dom-info` is used then the normal analysis verification should catch this after this pass has run, as mentioned here: https://reviews.llvm.org/D147408#inline-1471284

So I do not think you need any explicit calls to DominatorTree::verify


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153261



More information about the llvm-commits mailing list