[all-commits] [llvm/llvm-project] ddbad8: [Patchpoint] Implement integer result type legaliz...
Csanád Hajdú via All-commits
all-commits at lists.llvm.org
Thu Jul 11 06:29:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddbad861c4c8e61679552a551f35bee83902fc63
https://github.com/llvm/llvm-project/commit/ddbad861c4c8e61679552a551f35bee83902fc63
Author: Csanád Hajdú <csanad.hajdu at arm.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/test/CodeGen/AArch64/arm64-anyregcc.ll
Log Message:
-----------
[Patchpoint] Implement integer result type legalization for patchpoints (#97278)
Previously, if a patchpoint had a non-native integer type result, e.g.
i8 or i16 on AArch64, or some non-power-of-two wide integer type (e.g.
i29), the type legalizer would crash.
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