[all-commits] [llvm/llvm-project] dafaa8: [XRay] Make llvm.xray.customevent parameter type m...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 19 20:38:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dafaa8463ef6991055c2fcee799757fa46965625
https://github.com/llvm/llvm-project/commit/dafaa8463ef6991055c2fcee799757fa46965625
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M clang/test/CodeGen/xray-always-emit-customevent.cpp
M clang/test/CodeGen/xray-customevent.cpp
M clang/test/CodeGen/xray-instrumentation-bundles.cpp
M llvm/include/llvm/IR/Intrinsics.td
M llvm/test/CodeGen/X86/xray-custom-log.ll
Log Message:
-----------
[XRay] Make llvm.xray.customevent parameter type match __xray_customevent
The intrinsic has a smaller integer type than the parameter type of
builtin-function/API. Fix this similar to commit 3fa3cb408d8d0f1365b322262e501b6945f7ead9.
More information about the All-commits
mailing list