[PATCH] D67417: [LICM/AST] Check if the AliasAny set is removed from the tracker.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 00:39:09 PDT 2019


uabelho added a comment.

I've no idea if the fix itself makes sense but at least it does seem to fix my reproducer for PR38513 and I didn't see any problems with the patch during the (limited) testing I've done.

Thanks!



================
Comment at: test/Transforms/LICM/pr38513.ll:3
+; REQUIRES: asserts
+
+define void @f1() {
----------------
Add a few CHECKs here perhaps?
Right now FileCheck complains there are none:
```
error: no check strings found with prefix 'CHECK:'
```


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67417/new/

https://reviews.llvm.org/D67417





More information about the llvm-commits mailing list