[PATCH] Add VSX loads/stores to fastisel for PPC target

Bill Seurer seurer at linux.vnet.ibm.com
Fri Nov 14 16:19:29 PST 2014


================
Comment at: /home/seurer/llvm/llvm-oneoff/lib/Target/PowerPC/PPCFastISel.cpp:494
@@ +493,3 @@
+    UseOffset = false;
+    assert(Addr.Base.Reg == 0 && "a non-zero base register was unexpectedly encountered");
+  }
----------------
wschmidt wrote:
> echristo wrote:
> > Hmm.. explain the assert here?
> Yeah, I don't get this either.
Early on when I was experimenting with this the base reg was sometimes 0 which caused code further on to fail.  It is no longer necessary and I will remove it.

http://reviews.llvm.org/D6274






More information about the llvm-commits mailing list