[PATCH] D27826: Regenerate Halide benchmark bitcode files. Resolves TBAA verification failures.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 17:03:51 PST 2016


sanjoy added a comment.

In https://reviews.llvm.org/D27826#624583, @mehdi_amini wrote:

> Well that's a problem: I don't think we should *fail* IR that contains invalid TBAA MDs, we should *strip* the MDs and warn.


Your proposal is not unreasonable, but that's not the convention as far as I can tell.  We fail the verifier for bad !range, !fpmapt, !nonnull metadata too.


https://reviews.llvm.org/D27826





More information about the llvm-commits mailing list