================
@@ -5307,6 +5338,44 @@ void X86DAGToDAGISel::Select(SDNode *Node) {
ReplaceNode(Node, CNode);
return;
}
+ case Intrinsic::x86_tileloaddrs64:
+ case Intrinsic::x86_tileloaddrst164: {
----------------
phoebewang wrote:
ditto.
https://github.com/llvm/llvm-project/pull/115151