[llvm] [AArch64][GlobalISel] Select UMULL instruction (PR #65469)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 07:33:35 PDT 2023
aemerson wrote:
As long as PostLegalizerLowering scalarizes it I think it's fine. That pass runs even at -O0 so a v2s64 MUL should never survive past that.
https://github.com/llvm/llvm-project/pull/65469
More information about the llvm-commits
mailing list