================ @@ -4738,6 +4738,7 @@ static bool isAMXOpcode(unsigned Opc) { case X86::TILELOADD_EVEX: case X86::TILESTORED_EVEX: case X86::PTILEPAIRLOAD: + case X86::TILELOADDRS: ---------------- phoebewang wrote: This is not needed. https://github.com/llvm/llvm-project/pull/115151