[all-commits] [llvm/llvm-project] 0e85d6: [AArch64][GlobalISel] Allow vector load legalizati...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Tue Feb 9 13:43:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e85d634865308854cba83897325cfa9c3994e33
https://github.com/llvm/llvm-project/commit/0e85d634865308854cba83897325cfa9c3994e33
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
Log Message:
-----------
[AArch64][GlobalISel] Allow vector load legalization into 128-bit-wide types
Similar to 3d25fdc5c21f174d38ac78dd01ccaf6eec655bc0
This fixes bad codegen in cases like so:
https://godbolt.org/z/hePhz1
Differential Revision: https://reviews.llvm.org/D96296
More information about the All-commits
mailing list