[PATCH] D99160: [X86][FastISEL] Support DW_TAG_call_site_parameter with FastISEL
Djordje Todorovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 23 03:50:38 PDT 2021
djtodoro added a comment.
Cool -- thanks for working on this!
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1645
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs, T.getArch()))
----------------
I think this should be a different patch.
Are you saying this is useful for some -O0 cases? Can you please provide a test case? Is this related to Fortran only?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99160/new/
https://reviews.llvm.org/D99160
More information about the cfe-commits
mailing list