[llvm] [AMDGPU] Prevent hang in SIFoldOperands (PR #82099)
Piotr Sobczak via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 00:36:01 PST 2024
================
@@ -219,10 +219,8 @@ bool SIFoldOperands::canUseImmWithOpSel(FoldCandidate &Fold) const {
default:
return false;
case AMDGPU::OPERAND_REG_IMM_V2FP16:
- case AMDGPU::OPERAND_REG_IMM_V2BF16:
----------------
piotrAMD wrote:
Rebase issue? This was added in #82435.
https://github.com/llvm/llvm-project/pull/82099
More information about the llvm-commits
mailing list