[all-commits] [llvm/llvm-project] 8e34dd: [x86] avoid crashing when splitting AVX stores wit...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Nov 6 06:30:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e34dd941cb304c785ef623633ad663b59cfced0
https://github.com/llvm/llvm-project/commit/8e34dd941cb304c785ef623633ad663b59cfced0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx-load-store.ll
Log Message:
-----------
[x86] avoid crashing when splitting AVX stores with non-simple type (PR43916)
The store splitting transform was assuming a simple type (MVT),
but that's not necessarily the case as shown in the test.
More information about the All-commits
mailing list