The InstrProfInstBase class is for all llvm.instrprof.* intrinsics. In a
later diff we will add new instrinsic of this type. Also refactor some
logic in InstrProfiling.cpp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117261
[InstrProf][NFC] Add InstrProfInstBase base ClosedPublic Authored by ellis on Jan 13 2022, 4:29 PM.
Details Summary The InstrProfInstBase class is for all llvm.instrprof.* intrinsics. In a
Diff Detail
Event Timelineellis added a child revision: D116180: [InstrProf] Add single byte coverage mode.Jan 13 2022, 4:30 PM
ellis retitled this revision from [InstrProf][NFC] Add InstrProfBase base to [InstrProf][NFC] Add InstrProfInstrBase base.Jan 14 2022, 12:03 PM ellis retitled this revision from [InstrProf][NFC] Add InstrProfInstrBase base to [InstrProf][NFC] Add InstrProfInstBase base. This revision is now accepted and ready to land.Jan 17 2022, 1:31 PM This revision was landed with ongoing or failed builds.Jan 18 2022, 11:12 AM Closed by commit rG5b9358d77401: [InstrProf][NFC] Add InstrProfInstBase base (authored by ellis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 400918 llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
llvm/lib/IR/IntrinsicInst.cpp
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
|
nit: InstrProfBase --> InstProfInstBase