This is one more prep step necessary before the code gen pass instrumentation
code could go in.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D70988
[PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the existing IR passes only. NFC. ClosedPublic Authored by hjyamauchi on Dec 3 2019, 3:12 PM.
Details Summary This is one more prep step necessary before the code gen pass instrumentation
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 3 2019, 3:19 PM Closed by commit rG62d429972e50: [PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the… (authored by hjyamauchi). · Explain WhyDec 4 2019, 9:42 AM This revision was automatically updated to reflect the committed changes. hjyamauchi added a child revision: D67120: [PGO] Profile guided code size optimization (continued)..Dec 5 2019, 9:36 AM
Revision Contents
Diff 232162 llvm/include/llvm/Transforms/Utils/SizeOpts.h
llvm/lib/Transforms/Utils/SizeOpts.cpp
llvm/unittests/Target/X86/MachineSizeOptsTest.cpp
llvm/unittests/Transforms/Utils/SizeOptsTest.cpp
|