We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a8b32 commit e4fbaa3Copy full SHA for e4fbaa3
llvm/lib/Target/X86/X86LowerAMXType.cpp
@@ -1222,7 +1222,7 @@ bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) {
1222
// %19 = tail call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 x i32> zeroinitializer)
1223
// -->
1224
// %19 = tail call x86_amx @llvm.x86.tilezero.internal(i16 %row, i16 %col)
1225
- if (dyn_cast<ConstantAggregateZero>(Cast->getOperand(0))) {
+ if (isa<ConstantAggregateZero>(Cast->getOperand(0))) {
1226
Change |= combineTilezero(cast<IntrinsicInst>(Cast));
1227
continue;
1228
}
0 commit comments