[PATCH] D130807: [InstrProf] Add the omitprofile attribute
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 15:40:22 PDT 2022
ellis updated this revision to Diff 449463.
ellis added a comment.
Rename `omitprofile` => `skipprofile` since this seems slightly better to me. Of course I'm still open to more suggestions.
Also, fix the `profile-function-groups.c` test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130807/new/
https://reviews.llvm.org/D130807
Files:
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/CodeGenPGO.cpp
clang/test/CodeGen/profile-function-groups.c
llvm/docs/LangRef.rst
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/Attributes.td
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/lib/Transforms/Utils/CodeExtractor.cpp
llvm/test/Bitcode/attributes.ll
llvm/test/Transforms/GCOVProfiling/noprofile.ll
llvm/test/Transforms/PGOProfile/noprofile.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130807.449463.patch
Type: text/x-patch
Size: 9208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/5a4ab719/attachment.bin>
More information about the llvm-commits
mailing list