[all-commits] [llvm/llvm-project] b80585: [Hexagon] Make local array static in getIntrinsicF...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Nov 22 09:48:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b805853ccb4785811c04f27862a77eb9c8c286f7
https://github.com/llvm/llvm-project/commit/b805853ccb4785811c04f27862a77eb9c8c286f7
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[Hexagon] Make local array static in getIntrinsicForHexagonNonClangBuiltin
It should not be created on every call, the omission of `static` was a bug
in the patch that introduced it.
More information about the All-commits
mailing list