llvm/test/Transforms/Scalarizer
Mikael Holmen 1fcb6de3bd [Scalarizer] Handle scalar arguments in vector GEP
Summary:
Triggered by commit r298620: "[LV] Vectorize GEPs".

If we encounter a vector GEP with scalar arguments, we splat the scalar
into a vector of appropriate size before we scatter the argument.

Reviewers: arsenm, mehdi_amini, bkramer

Reviewed By: arsenm

Subscribers: bjope, mssimpso, wdng, llvm-commits

Differential Revision: https://reviews.llvm.org/D31416

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299186 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-31 06:29:49 +00:00
..
basic.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cache-bug.ll Prevent the scalarizer from caching incorrect entries 2015-08-10 14:48:47 +00:00
crash-bug.ll [Scalarizer] PR28108: Skip over nullptr rather than crashing on it. 2016-07-14 01:31:25 +00:00
dbginfo.ll [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
dbgloc-bug.ll PR27938: Don't remove valid DebugLoc in Scalarizer 2016-06-16 10:48:54 +00:00
intrinsics.ll Scalarizer: Support scalarizing intrinsics 2016-07-25 20:02:54 +00:00
store-bug.ll [Scalarizer] Fix potential for stale data in Scattered across invocations 2015-07-23 20:53:46 +00:00
vector-gep.ll [Scalarizer] Handle scalar arguments in vector GEP 2017-03-31 06:29:49 +00:00