[PATCH] D81485: GlobalISel: Verify G_BITCAST changes the type

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 09:22:03 PDT 2020


paquette added a comment.

There are a couple places in the AArch64 tests where there are vectors on GPR registers. AFAIK we always want vectors on FPRs.

@aemerson should this happen?



================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir:410
+# FAST-NEXT:   %1:fpr(<4 x s8>) = G_BITCAST %0
+# GREEDY-NEXT: %1:gpr(<4 x s8>) = G_BITCAST %0
 body:             |
----------------
AFAIK we should only have vectors on FPRs, but maybe I'm wrong about that.

@aemerson ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81485/new/

https://reviews.llvm.org/D81485





More information about the llvm-commits mailing list