Nikita Popov
ba1759c498
[LoadStoreVectorizer] Convert some tests to opaque pointers (NFC)
2022-12-27 12:57:01 +01:00
Roman Lebedev
d6e7e477ee
[NFC] Port all LoadStoreVectorizer tests to -passes= syntax
2022-12-08 02:38:45 +03:00
Arthur Eubanks
f3a928e233
[opt] Don't translate legacy -analysis flag to require<analysis>
...
Tests relying on this should explicitly use -passes='require<analysis>,foo'.
2022-10-07 14:54:34 -07:00
Fangrui Song
f31811f2dc
[BasicAA] Rename deprecated -basicaa to -basic-aa
...
Follow-up to D82607
Revert an accidental change (empty.ll) of D82683
2020-06-26 20:41:37 -07:00
Eric Christopher
cee313d288
Revert "Temporarily Revert "Add basic loop fusion pass.""
...
The reversion apparently deleted the test/Transforms directory.
Will be re-reverting again.
llvm-svn: 358552
2019-04-17 04:52:47 +00:00
Eric Christopher
a863435128
Temporarily Revert "Add basic loop fusion pass."
...
As it's causing some bot failures (and per request from kbarton).
This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda.
llvm-svn: 358546
2019-04-17 02:12:23 +00:00
Markus Lavin
4dc4ebd606
[PM] Port LoadStoreVectorizer to the new pass manager.
...
Differential Revision: https://reviews.llvm.org/D54848
llvm-svn: 348570
2018-12-07 08:23:37 +00:00
Matt Arsenault
9de2fb58fa
AMDGPU: Fix some outdated datalayouts in tests
...
llvm-svn: 342131
2018-09-13 11:56:28 +00:00
Matt Arsenault
3dbeefa978
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
...
Currently the default C calling convention functions are treated
the same as compute kernels. Make this explicit so the default
calling convention can be changed to a non-kernel.
Converted with perl -pi -e 's/define void/define amdgpu_kernel void/'
on the relevant test directories (and undoing in one place that actually
wanted a non-kernel).
llvm-svn: 298444
2017-03-21 21:39:51 +00:00
Matt Arsenault
08debb0244
Add LoadStoreVectorizer pass
...
This was contributed by Apple, and I've been working on
minimal cleanups and generalizing it.
llvm-svn: 274293
2016-06-30 23:11:38 +00:00