[llvm] [AMDGPU] Remove unnecessary predicates from aliases. NFC. (PR #91602)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 07:56:52 PDT 2024
Sisyph wrote:
I think that since Requires is the last defined class in def _gfx12 ..., only the predicates in Requires will apply to the whole instruction definition. So is it Ok to remove HasExportInsts from this instruction? It might be if isGFX12Plus implies HasExportInsts
https://github.com/llvm/llvm-project/pull/91602
More information about the llvm-commits
mailing list