[PATCH] D37544: [ubsan] Skip alignment checks which are folded away
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 22 10:53:46 PDT 2017
vsk added a comment.
Sorry, I see the issue now. The pre-patch IR looked like "br i1 true, label %continue, label %diagnose", so there was no alignment check, per-se.
https://reviews.llvm.org/D37544
More information about the cfe-commits
mailing list