| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
It isn't always possible to get a value from getAggregateElement.
This fixes PR24488.
llvm-svn: 245365
|
| |
|
|
|
|
|
| |
No funcitonal change is intended, this just makes the file look more
like the rest of LLVM.
llvm-svn: 245364
|
| |
|
|
|
|
| |
This was already done in most places a while ago. This just fixes the ones that crept in over time.
llvm-svn: 243842
|
| |
|
|
| |
llvm-svn: 242008
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following functions are moved from the LoopVectorizer to VectorUtils:
- getGEPInductionOperand
- stripGetElementPtr
- getUniqueCastUse
- getStrideFromPointer
These used to be static functions in LoopVectorize, but will also be used by
the upcoming loop versioning LICM transformation.
Patch by Ashutosh Nema!
llvm-svn: 241980
|
|
|
llvm-svn: 240804
|