================
@@ -204,6 +207,10 @@ LegacyLegalizerInfo::getAspectAction(const InstrAspect 
&Aspect) const {
   if (Aspect.Type.isScalar() || Aspect.Type.isPointer())
     return findScalarLegalAction(Aspect);
   assert(Aspect.Type.isVector());
+  if (Aspect.Opcode == TargetOpcode::G_PTRTOADDR) {
----------------
arichardson wrote:

This is really ugly and I don't know if there is a better solution?

https://github.com/llvm/llvm-project/pull/140300
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to