summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/conditional-assignment.ll
AgeCommit message (Expand)Author
2022-12-14[LoopVectorize] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[test] Remove duplicate RUN lines in Transform testsBjorn Pettersson
2022-12-05[NFC] Port all runlines for LoopVectorize pass tests to -passes syntaxRoman Lebedev
2022-04-04Revert "[NFCI] Regenerate SROA/LoopVectorize test checks"Dávid Bolvanský
2022-04-03[NFCI] Regenerate LoopVectorize test checksDávid Bolvanský
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-02-26[LV] Move isLegalMasked* functions from Legality to CostModelRenato Golin
2016-12-16Reapply "[LV] Enable vectorization of loops with conditional stores by default"Matthew Simpson
2016-12-16Revert r289863: [LV] Enable vectorization of loops with conditionalChandler Carruth
2016-12-15[LV] Enable vectorization of loops with conditional stores by defaultMatthew Simpson
2016-10-06[LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein
2016-07-09[PM] Port LoopVectorize to the new PM.Sean Silva
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-08-02Add diagnostics to the vectorizer cost model.Tyler Nowicki