[all-commits] [llvm/llvm-project] 56a668: [AArch64][GlobalISel] Don't form truncstores in po...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Tue Jul 20 00:21:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56a6686e0c45798dfda2f1b91ff921536c7c5e33
https://github.com/llvm/llvm-project/commit/56a6686e0c45798dfda2f1b91ff921536c7c5e33
Author: Amara Emerson <amara at apple.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-lowering-truncstore.mir
Log Message:
-----------
[AArch64][GlobalISel] Don't form truncstores in postlegalizer-lowering for s128.
We don't support truncating s128 stores, so don't form them.
More information about the All-commits
mailing list