[llvm-branch-commits] [clang] [llvm] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Fabian Ritter via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 12 01:25:26 PST 2025
ritter-x2a wrote:
> 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
@arsenm @rampitec I reverted the changes related to that with the most recent commit on this PR.
https://github.com/llvm/llvm-project/pull/126763
More information about the llvm-branch-commits
mailing list