xiangzhangllvm added inline comments.
================ Comment at: llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp:356 + I->eraseFromParent(); + } + } ---------------- I see you need force match bitcast then replace, add assert for no bitcast case ================ Comment at: llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp:471 + for (auto *Inst : TileLoads) { + C |= lowerTileLoad(Inst); + } ---------------- '|' is bits or, use logic || Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93594/new/ https://reviews.llvm.org/D93594 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits