[llvm-branch-commits] [llvm] [AMDGPU] Add VOP1 support for gfx13 (PR #177603)
Jay Foad via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 26 05:34:03 PST 2026
jayfoad wrote:
> The other thing is the annoying constant oscillation between `-check-prefixes=` and `-check-prefix=` and different sets of prefixes as we update tests downstream.
Personally I think the behaviour of `-check-prefix` has no value and the only option should be `-check-prefixes`. Even if we want to keep `-check-prefix` (to avoid updating many thousands of tests) it should just be an alias with the same behaviour as `-check-prefixes`.
https://github.com/llvm/llvm-project/pull/177603
More information about the llvm-branch-commits
mailing list