[all-commits] [llvm/llvm-project] 69ce29: [AArch64][GlobalISel] Support lowering <1 x i8> ar...
AE via All-commits
all-commits at lists.llvm.org
Mon Feb 22 13:59:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69ce291bcc1e094478a5751cc52e8c54b9f2a190
https://github.com/llvm/llvm-project/commit/69ce291bcc1e094478a5751cc52e8c54b9f2a190
Author: Amara Emerson <amara at apple.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-vectors.ll
M llvm/test/CodeGen/AArch64/GlobalISel/ret-1x-vec.ll
M llvm/test/CodeGen/AArch64/GlobalISel/vec-s16-param.ll
Log Message:
-----------
[AArch64][GlobalISel] Support lowering <1 x i8> arguments.
We don't yet have working codegen for the resulting unmerges, and if
we did it would probably be horrible.
Differential Revision: https://reviews.llvm.org/D97035
Commit: 212d6a95abe67f038a6d9a26d2226f07c3132d0e
https://github.com/llvm/llvm-project/commit/212d6a95abe67f038a6d9a26d2226f07c3132d0e
Author: Amara Emerson <amara at apple.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-vectors.ll
Log Message:
-----------
[GloblalISel] Support lowering <3 x i8> arguments in multiple parts.
Differential Revision: https://reviews.llvm.org/D97086
Compare: https://github.com/llvm/llvm-project/compare/e6d1f261a5a0...212d6a95abe6
More information about the All-commits
mailing list