"llvm/test/Assembler/invalid-dienumerator-missing-name.ll" did not exist on "a9308c49ef421d5fa6c990bc8cbdf500acbffd33"
[Sema] Sanity-check alignment requested via `__attribute__((assume_aligned(imm)))`
Summary: For `__builtin_assume_aligned()`, we do validate that the alignment is not greater than `536870912` (D68824), but we don't do that for `__attribute__((assume_aligned(N)))` attribute. I suspect we should. Reviewers: erichkeane, aaron.ballman, hfinkel, rsmith, jdoerfert Reviewed By: erichkeane Subscribers: cfe-commits, llvm-commits Tags: #llvm, #clang Differential Revision: https://reviews.llvm.org/D72994
Loading
Please sign in to comment