diff options
author | Il-Capitano <52455591+Il-Capitano@users.noreply.github.com> | 2024-03-26 14:38:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 19:08:52 +0530 |
commit | 308ed0233a3da5b3a7d646808c6470ac30870603 (patch) | |
tree | dec7cfba61d7a4e77ea6104518ee7af732cf4815 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 93d33a1355438638232e66991f3a90c376c61fea (diff) | |
download | llvm-308ed0233a3da5b3a7d646808c6470ac30870603.zip llvm-308ed0233a3da5b3a7d646808c6470ac30870603.tar.gz llvm-308ed0233a3da5b3a7d646808c6470ac30870603.tar.bz2 |
[Intrinsics] Make `patchpoint.i64` generic on its return type (#85911)
Currently patchpoints can only have two result types, `void` and `i64`.
This limits the result to general purpose registers.
This patch makes `patchpoint.i64` an overloadable intrinsic, allowing
result values that can fit in a single register (e.g. integers,
pointers, floats).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions