forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][AMDGPU] Guard FP8 related instructions properly (llvm#115211)
Currently `fp8-insts` is used in the front end to guard builtins, but the corresponding feature is never used in tablegen files to guard those instructions. Intead, it uses `isGFX940Plus`. The `gfx9-4-generic target` doesn't support those instructions, thus we need to update the guard properly.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters