http://llvm.org/bugs/show_bug.cgi?id=13963
Jim Grosbach <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Jim Grosbach <[email protected]> --- Fixed in r176413. We were trying to create a vduplane with a non-constant lane index on the source. That's not going to work, as the index operand for the VDUP instruction must be a constant. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
