[PATCH] D29989: [BasicAA] Take attributes into account when requesting modref info for a call site

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 15:18:09 PST 2017


davide added inline comments.


================
Comment at: test/Transforms/NewGVN/readattrs.ll:1-3
-; XFAIL: *
 ; RUN: opt -newgvn -S -o - < %s | FileCheck %s
 
----------------
The fact this test passes now is actually good, but I'd like to understand why it was failing before and now it's not. Can you please elaborate?


https://reviews.llvm.org/D29989





More information about the llvm-commits mailing list