[PATCH] D17154: Bug fix: use dyn_cast_or_null instead of dyn_cast

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 12:29:51 PST 2016


joker.eph added a subscriber: joker.eph.

================
Comment at: test/CodeGen/AArch64/gep-nullptr.ll:2
@@ +1,3 @@
+; RUN: llc -O3 -aarch64-gep-opt=true   < %s
+; REQUIRES: asserts
+target datalayout = "e-m:e-i64:64-i128:128-n8:16:32:64-S128"
----------------
Why is an assert build required?


Repository:
  rL LLVM

http://reviews.llvm.org/D17154





More information about the llvm-commits mailing list