[PATCH] D153503: [AMDGPU] Add opt-pipeline test for NewPM.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 08:39:29 PDT 2023


aeubanks added a comment.

you could check `Invalidating analysis: DominatorTree` with some IR that previously invalidated dom-tree and now doesn't for your pass, but as nikic said, ultimately that's for compile time reasons and you should have a AMDGPU compile time tracker


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153503



More information about the llvm-commits mailing list