aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorZiqing Luo <ziqing@udel.edu>2023-07-25 16:21:19 -0700
committerZiqing Luo <ziqing@udel.edu>2023-07-25 16:58:27 -0700
commitcfcf76c6ad72581917fc65b598e3b64ca28c5ce1 (patch)
treeb884f6e459b43486db39c9c5a83a04265e87fa50 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parentc1ce7c8341be85346a2dca714bff98700d1234cb (diff)
downloadllvm-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