[all-commits] [llvm/llvm-project] 955269: [flang] Fix new assertion failure
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Feb 13 07:35:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95526930da6c00f6f12816d1f99bdf99980c387f
https://github.com/llvm/llvm-project/commit/95526930da6c00f6f12816d1f99bdf99980c387f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M flang/lib/Parser/token-sequence.cpp
Log Message:
-----------
[flang] Fix new assertion failure
Don't compute the address of element [0] of a vector when the vector
is empty, even if the address is not used.
Differential Revision: https://reviews.llvm.org/D143824
More information about the All-commits
mailing list