[PATCH] D100855: AArch64: support mixed-size vector fp <-> int conversions in GlobalISel.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 11:36:48 PDT 2021
aemerson added a comment.
If these patterns are intended to fire only when using GlobalISel, then we have a separate file for those, `AArch64InstrGISel.td`.
================
Comment at: llvm/utils/TableGen/GlobalISelEmitter.cpp:4467
}
-
+ //DstChild->dump();
return failedImport("Dst pattern child is an unsupported kind");
----------------
debug line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100855/new/
https://reviews.llvm.org/D100855
More information about the llvm-commits
mailing list