[llvm-branch-commits] [clang] [llvm] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:57:41 PST 2025
https://github.com/arsenm requested changes to this pull request.
Should just leave the subtarget feature name alone. It's not worth the trouble, and this will now start spewing warnings on old IR (due to unnecessary target-features spam clang should stop emitting). It really should have been named 94-insts, but I think it's best to leave it alone
https://github.com/llvm/llvm-project/pull/126763
More information about the llvm-branch-commits
mailing list