llvm-project
ddbad861 - [Patchpoint] Implement integer result type legalization for patchpoints (#97278)

Commit
1 year ago
[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.
Author
Parents
Loading