[all-commits] [llvm/llvm-project] 74edfb: [AArch64][GlobalISel] Legalize non-power-of-2 vect...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Wed May 26 17:01:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74edfb28053dac26d82d1372123be03db630ef62
https://github.com/llvm/llvm-project/commit/74edfb28053dac26d82d1372123be03db630ef62
Author: Amara Emerson <amara at apple.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
Log Message:
-----------
[AArch64][GlobalISel] Legalize non-power-of-2 vector elements for G_STORE.
The rules were already there, it just needed re-ordering so the odd case didn't
bail out too early.
More information about the All-commits
mailing list