diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2023-02-16 17:49:16 -0800 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2023-02-16 17:58:34 -0800 |
commit | b1bc723dfe9734a8b3157dbf50328b5d62436bd6 (patch) | |
tree | e8116b64e4a8b731d0ba04f8684f7ae85176f8f6 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | a3a84c9e2511c06f1c47af76e26581b674149b82 (diff) | |
download | llvm-b1bc723dfe9734a8b3157dbf50328b5d62436bd6.zip llvm-b1bc723dfe9734a8b3157dbf50328b5d62436bd6.tar.gz llvm-b1bc723dfe9734a8b3157dbf50328b5d62436bd6.tar.bz2 |
[Clang] refactor CodeGenFunction::EmitAsmStmt NFC
Prerequisite to further modifications in D136497.
Basically, there is a large body of code in CodeGenFunction::EmitAsmStmt
for emitting stores of outputs. We want to be able to repeat this logic,
for each destination of a callbr (rather than just the default
destination which is what the code currently does).
Also does some smaller cleanups like whitespace cleanups, and removing
pointless casts.
Reviewed By: void, jyknight
Differential Revision: https://reviews.llvm.org/D137113
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions