[llvm-branch-commits] [llvm] [AMDGPU][NewPM] Port SILowerControlFlow pass into NPM. (PR #123045)
Christudasan Devadasan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 15 06:59:18 PST 2025
cdevadas wrote:
> Currently `LiveIntervals` and `SlotIndexes` are using the default `invalidate` implementation.
Ok, we should be able to fix it by overriding this instance in the LIS and SI. However, the initial question is still valid. Can we have meaningful error reporting when one fails to capture this dependency?
https://github.com/llvm/llvm-project/pull/123045
More information about the llvm-branch-commits
mailing list