[llvm] [AMDGPU][MC] Instructions not to be supported in GFX940 (PR #109225)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 21:56:44 PDT 2024
================
@@ -1132,7 +1132,7 @@ let OtherPredicates = [HasGFX10_BEncoding] in {
>;
}
-let SubtargetPredicate = isGFX8GFX9 in {
+let SubtargetPredicate = isGFX8GFX9NotGFX940 in {
----------------
arsenm wrote:
These clumsy subtarget checks should really be replaced with a subtarget feature
https://github.com/llvm/llvm-project/pull/109225
More information about the llvm-commits
mailing list