[all-commits] [llvm/llvm-project] 55e60c: [flang] Fix BoxAnalyzer.h for LLVM_ENABLE_EXPENSIV...
dpalermo via All-commits
all-commits at lists.llvm.org
Tue Jun 25 18:12:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55e60c35212e0cf293572499ee74e96438d64b99
https://github.com/llvm/llvm-project/commit/55e60c35212e0cf293572499ee74e96438d64b99
Author: dpalermo <dan.palermo at amd.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M flang/include/flang/Lower/BoxAnalyzer.h
Log Message:
-----------
[flang] Fix BoxAnalyzer.h for LLVM_ENABLE_EXPENSIVE_CHECKS (#96675)
Fixes assert seen trying to use default number of inlined elements for
`SmallVector<T>` but `sizeof(T)` is really big. Seen with
-DLLVM_ENABLE_EXPENSIVE_CHECKS.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list