[PATCH] D50405: [Hexagon] Diagnose misaligned absolute loads and stores
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 13:23:48 PDT 2018
efriedma added a comment.
We generally prefer not to emit diagnostics for undefined behavior from the backend because the code might be dynamically unreachable (and the user might not be able to do anything about it if the code is unreachable because the compiler cloned the code).
Repository:
rL LLVM
https://reviews.llvm.org/D50405
More information about the llvm-commits
mailing list