[llvm] [AMDGPU] Remove verification failing cases due to bundle (PR #139868)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 02:57:15 PDT 2025
arsenm wrote:
>
> Hi @arsenm , I'm not sure if it will block the gate way check with expensive build??
EXPENSIVE_CHECKS just changes the default to on, an explicit disable flag wins.
> Maybe mark it with XFAIL in the meantime and add a comment in it ?
XFAIL is too permissive, it will continue to fail if the verifier failure is fixed and the output is different
https://github.com/llvm/llvm-project/pull/139868
More information about the llvm-commits
mailing list