[all-commits] [llvm/llvm-project] 169003: [Instrumentor] Add Cast instruction instrumentatio...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu May 28 13:03:14 PDT 2026
Branch: refs/heads/users/jdoerfert/instrumentor_ptr2int
Home: https://github.com/llvm/llvm-project
Commit: 16900328f1200be020d60ca71be0c2488b464e14
https://github.com/llvm/llvm-project/commit/16900328f1200be020d60ca71be0c2488b464e14
Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Instrumentor.h
M llvm/lib/Transforms/IPO/Instrumentor.cpp
A llvm/test/Instrumentation/Instrumentor/cast.ll
A llvm/test/Instrumentation/Instrumentor/cast_config.json
A llvm/test/Instrumentation/Instrumentor/cast_crash.ll
A llvm/test/Instrumentation/Instrumentor/cast_filter.ll
A llvm/test/Instrumentation/Instrumentor/cast_filter_config.json
M llvm/test/Instrumentation/Instrumentor/default_config.json
Log Message:
-----------
[Instrumentor] Add Cast instruction instrumentation support
We now allow to have instrumentation opportunities for many instructions
(=opcodes) to bundle common classes together. Users can use filters on
the opcode, type-id, and size to statically select what they are
interested in.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list