[PATCH] Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.

Matt Arsenault Matthew.Arsenault at amd.com
Tue Feb 17 15:34:13 PST 2015


================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:4256
@@ +4255,3 @@
+  if (AS != 0 && !TLI->isNoopAddrSpaceCast(AS, 0)) {
+    report_fatal_error("FIXME: lowering arbitrarily long memcpy / memset / "
+                       "memmove intrinsics for arbitrary address spaces is not "
----------------
I don't think an error message should include FIXME

http://reviews.llvm.org/D7241

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list