[PATCH] D32487: [X86] Relocate code of replacement of subtarget unsupported masked memory intrinsics to run also on -O0 option

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 08:14:07 PDT 2017


zvi added inline comments.


================
Comment at: test/CodeGen/X86/replace_unsupported_masked_mem_intrin.ll:3
+; Check that llc doesn't crash when running with O0 option.
+
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
Can you please open a bug report with a description of the issue that causes this test to crash, and a the pr# as reference in this test?


https://reviews.llvm.org/D32487





More information about the llvm-commits mailing list