diff options
author | Timm Baeder <tbaeder@redhat.com> | 2025-04-10 06:40:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-10 06:40:54 +0200 |
commit | 02f923f8e4329995f2f0c512fa53f5e37e631933 (patch) | |
tree | 699c00d26fc51705bb81d2060de152510c19424a /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | 5587932e20ff90ba8a28f3c9089e8b12e42b09b5 (diff) | |
download | llvm-02f923f8e4329995f2f0c512fa53f5e37e631933.zip llvm-02f923f8e4329995f2f0c512fa53f5e37e631933.tar.gz llvm-02f923f8e4329995f2f0c512fa53f5e37e631933.tar.bz2 |
[clang][bytecode] Classify function pointers as PT_Ptr (#135026)
The Pointer class already has the capability to be a function pointer,
but we still classifed function pointers as PT_FnPtr/FunctionPointer.
This means when converting from a Pointer to a FunctionPointer, we lost
the information of what the original Pointer pointed to.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions