[llvm] [PowerPC] Add special handling for arguments that are smaller than pointer size. (PR #119003)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 20:19:18 PST 2024
================
@@ -1185,69 +1185,69 @@ define i64 @test_ints_stack(i32 %i1, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6
; ASM32PWR4-LABEL: test_ints_stack:
----------------
hubert-reinterpretcast wrote:
`i1 zeroext` is another case that seems to be missing.
https://github.com/llvm/llvm-project/pull/119003
More information about the llvm-commits
mailing list