[PATCH] D152819: [X86][AMX] Let Store not be removed if combineCastStore failed

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 08:34:37 PDT 2023


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86LowerAMXType.cpp:999
     auto *II = cast<IntrinsicInst>(Cast);
     // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector(x86_amx %42)
     // store <256 x i32> %43, <256 x i32>* %p, align 64
----------------
Given the condition here, there's no chance return false so far.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152819/new/

https://reviews.llvm.org/D152819



More information about the llvm-commits mailing list