[all-commits] [llvm/llvm-project] f41a9c: [AArch64][GlobalISel] Lower G_SMULH/G_UMULH unless...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Fri Oct 1 22:15:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f41a9cf859a1032d604dd4d02887432441e7966f
https://github.com/llvm/llvm-project/commit/f41a9cf859a1032d604dd4d02887432441e7966f
Author: Amara Emerson <amara at apple.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
Log Message:
-----------
[AArch64][GlobalISel] Lower G_SMULH/G_UMULH unless its one of the supported types.
s32 was also incorrectly marked as a supported type, and was causing fallbacks
because we don't support it.
More information about the All-commits
mailing list