[llvm-branch-commits] [clang] [llvm] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 11 12:30:38 PST 2025
rampitec 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
I agree we can keep feature name and all these 'gfx940' checks, just remove targets.
https://github.com/llvm/llvm-project/pull/126763
More information about the llvm-branch-commits
mailing list