[all-commits] [llvm/llvm-project] 13792b: [AArch64][GlobalISel] When lowering signext i1 par...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Sat Oct 15 20:26:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13792ba4174f84d1f9e2af8921c00c991f2893d8
https://github.com/llvm/llvm-project/commit/13792ba4174f84d1f9e2af8921c00c991f2893d8
Author: Amara Emerson <amara at apple.com>
Date: 2022-10-15 (Sat, 15 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-signext.ll
M llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-zeroext.ll
M llvm/test/CodeGen/AArch64/bool-ext-inc.ll
Log Message:
-----------
[AArch64][GlobalISel] When lowering signext i1 parameters, don't zero-extend to s8 first.
Fixes https://github.com/llvm/llvm-project/issues/57181
More information about the All-commits
mailing list