[PATCH] D47081: Fix evaluator for non-zero alloca addr space

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 12:09:10 PDT 2018


arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/Transforms/GlobalOpt/amdgcn-ctor-alloca.ll:7-8
+
+; CHECK-NOT: @ctor
+define internal void @ctor()  {
+  %addr = alloca i32, align 8, addrspace(5)
----------------
Needs positive checks


https://reviews.llvm.org/D47081





More information about the llvm-commits mailing list