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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 17:11:11 PST 2016


mehdi_amini added a comment.

(Repeating what I mentioned on IRC): having a strict verifier is fine, as long as the bitcode reader is able to upgrade the bitcode (if necessary by dropping MDs) so that old bitcode that were correctly processed before are still handled. This is an important behavior of the backward compatibility, at least for our (Apple) use case.


https://reviews.llvm.org/D27826





More information about the llvm-commits mailing list