diff options
author | Ziqing Luo <ziqing@udel.edu> | 2023-07-25 16:21:19 -0700 |
---|---|---|
committer | Ziqing Luo <ziqing@udel.edu> | 2023-07-25 16:58:27 -0700 |
commit | cfcf76c6ad72581917fc65b598e3b64ca28c5ce1 (patch) | |
tree | b884f6e459b43486db39c9c5a83a04265e87fa50 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | c1ce7c8341be85346a2dca714bff98700d1234cb (diff) | |
download | llvm-cfcf76c6ad72581917fc65b598e3b64ca28c5ce1.zip llvm-cfcf76c6ad72581917fc65b598e3b64ca28c5ce1.tar.gz llvm-cfcf76c6ad72581917fc65b598e3b64ca28c5ce1.tar.bz2 |
[-Wunsafe-buffer-usage] Ignore the FixableGadgets that will not be fixed at an earlier stage
`FixableGadget`s are not always associated with variables that are unsafe
(warned). For example, they could be associated with variables whose
unsafe operations are suppressed or that are not used in any unsafe
operation. Such `FixableGadget`s will not be fixed. Removing these
`FixableGadget` as early as possible helps improve the performance
and stability of the analysis.
Reviewed by: NoQ (Artem Dergachev), t-rasmud (Rashmi Mudduluru)
Differential revision: https://reviews.llvm.org/D155524
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions