[PATCH] D67307: [MemorySSA] Do not create memoryaccesses for debug info intrinsics.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 14:24:47 PDT 2019
aprantl added inline comments.
================
Comment at: test/Analysis/MemorySSA/debugvalue2.ll:2
+; RUN: opt -disable-basicaa -loop-rotate -enable-mssa-loop-dependency -verify-memoryssa -S %s | FileCheck %s
+; REQUIRES: asserts
+
----------------
Is there nothing other than checking for no assertion that we could check for in the output?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67307/new/
https://reviews.llvm.org/D67307
More information about the llvm-commits
mailing list