[PATCH] D29934: [RISCV 12/n] Codegen support for memory operations

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 10:14:52 PDT 2017


majnemer added inline comments.


================
Comment at: lib/Target/RISCV/RISCVISelLowering.cpp:94
+  } else {
+    llvm_unreachable("Unable to lowerGlobalAddress");
+  }
----------------
Shouldn't this be report_fatal_error ?


https://reviews.llvm.org/D29934





More information about the llvm-commits mailing list