-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Stale comments #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Closed
@llvm/issue-subscribers-clang-static-analyzer |
Yes, definitely. |
cuviper
pushed a commit
to cuviper/llvm-project
that referenced
this issue
Aug 27, 2023
This is a followup to D96780 to add one more pass missing from the NewPM LTO pipeline. The missing ArgPromotion run is inserted at the same position as in the LegacyPM, resolving the already present FIXME: https://github.com/llvm/llvm-project/blob/16086d47c0d0cd08ffae8e69a69c88653e654d01/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp#L1096-L1098 The compile-time impact is minimal with ~0.1% geomean regression on CTMark. Differential Revision: https://reviews.llvm.org/D108866 (cherry picked from commit b28c3b9)
mjklemm
pushed a commit
to mjklemm/llvm-project
that referenced
this issue
Jul 11, 2024
…#115) Cloning `hlfir.declare` ops during fix up can result in type mismatches. For example, a `fir.ref<fir.array<...>>` variable is mapped a s `fir.box<fir.array<...>>` which results in the fix up logic creating invalid IR. This PR fixes the issue by avoiding cloning `hlfir.declare` ops in the first place since they are specially handled during the fix-up process.
pysuxing
pushed a commit
to pysuxing/llvm-project
that referenced
this issue
Jul 17, 2024
Summary: Setting the Optnone attribute for CIR functions and progating it all the way down to LLVM IR for those not supposed to be optimized.
pysuxing
pushed a commit
to pysuxing/llvm-project
that referenced
this issue
Jul 17, 2024
Summary: Setting the Optnone attribute for CIR functions and progating it all the way down to LLVM IR for those not supposed to be optimized.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
keryell
pushed a commit
to keryell/llvm-project
that referenced
this issue
Oct 19, 2024
Summary: Setting the Optnone attribute for CIR functions and progating it all the way down to LLVM IR for those not supposed to be optimized.
xlauko
pushed a commit
to trailofbits/instafix-llvm
that referenced
this issue
Mar 28, 2025
Summary: Setting the Optnone attribute for CIR functions and progating it all the way down to LLVM IR for those not supposed to be optimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of comments referencing GREngine and GRExprEngine, but as far as I can tell GREngine no longer exists. Should they be changed to reference ExprEngine?
llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Line 10 in 1132f87
llvm-project/clang/lib/StaticAnalyzer/README.txt
Line 8 in 1132f87
llvm-project/clang/test/Analysis/PR3991.m
Line 53 in a974b33
llvm-project/clang/test/Analysis/misc-ps-eager-assume.m
Line 52 in a974b33
The text was updated successfully, but these errors were encountered: