[all-commits] [llvm/llvm-project] 63904b: [Instrumentor] Add Cast instruction instrumentatio...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu May 28 11:17:46 PDT 2026


  Branch: refs/heads/users/jdoerfert/instrumentor_ptr2int
  Home:   https://github.com/llvm/llvm-project
  Commit: 63904b0d3c345b8a2d193f8cfa3859fdd7485503
      https://github.com/llvm/llvm-project/commit/63904b0d3c345b8a2d193f8cfa3859fdd7485503
  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