summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoadStoreVectorizer/NVPTX
AgeCommit message (Expand)Author
2025-05-13[NVPTX] Vectorize and lower 256-bit global loads/stores for sm_100+/ptx88+ (#...Drew Kersnar
2024-12-15[test] Remove redundant -march= when target triple is specified in IRFangrui Song
2023-05-26Rewrite load-store-vectorizer.Justin Lebar
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-17[LSV] Improve chain splitting in some corner cases.Artem Belevich
2022-12-27[LoadStoreVectorizer] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-27[LoadStoreVectorize] Regenerate test checks (NFC)Nikita Popov
2022-12-27[LoadStoreVectorizer] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[NFC] Port all LoadStoreVectorizer tests to `-passes=` syntaxRoman Lebedev
2022-01-26[LSV] Vectorize loads of vectors by turning it into a larger vectorBenjamin Kramer
2022-01-03[LoadStoreVectorizer] Check for guaranteed-to-transfer (PR52950)Nikita Popov
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2016-09-11Add handling of !invariant.load to PropagateMetadata.Justin Lebar
2016-08-04LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustm...Alina Sbirlea
2016-07-27[LSV] Don't assume that bitcast ops are Instructions.Justin Lebar
2016-07-20[LSV] Don't move stores across may-load instrs, and loosen restrictions on mo...Justin Lebar
2016-07-20[LSV] Vectorize up to side-effecting instructions.Justin Lebar