[all-commits] [llvm/llvm-project] 0905d9: [SVE][CodeGen] Fix bug with store of unpacked FP s...
david-arm via All-commits
all-commits at lists.llvm.org
Thu Aug 6 23:19:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0905d9f31ead399d054c5d2a2c353e690f5c8daa
https://github.com/llvm/llvm-project/commit/0905d9f31ead399d054c5d2a2c353e690f5c8daa
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
Log Message:
-----------
[SVE][CodeGen] Fix bug with store of unpacked FP scalable vectors
Fixed an incorrect pattern in lib/Target/AArch64/AArch64SVEInstrInfo.td
for storing out <vscale x 2 x f32> unpacked scalable vectors. Added
a couple of tests to
test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
Differential Revision: https://reviews.llvm.org/D85441
More information about the All-commits
mailing list