summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SROA
AgeCommit message (Expand)Author
2025-10-24[test][Transforms] Remove unsafe-fp-math uses part 3 (NFC) (#164787)paperchalice
2025-10-14[sroa][profcheck] Vector selects have "unknown" branch weights (#163319)Mircea Trofin
2025-10-14[sroa][profcheck] Propagate profile in `unfoldGEPSelect` (#163318)Mircea Trofin
2025-10-14[sroa][profcheck] Propagate `select` profile (#163317)Mircea Trofin
2025-10-11[SROA] Add Stored Value Size Check for Tree-Structured Merge (#162921)Chengjun
2025-09-19[SROA] Use tree-structure merge to remove alloca (#152793)Chengjun
2025-09-12[llvm] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-08-19remove UB from test [NFC]Nuno Lopes
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-08-05[llvm][sroa] Disable support for `invariant.group` (#151743)Tommy Má¶œMichen
2025-07-23[Tests] Avoid lifetime intrinsics on non-allocas (NFC)Nikita Popov
2025-07-04[SROA] Allow as zext<i1> index when unfolding GEP select (#146929)Alex MacLean
2025-06-11[LLVM][SROA] Teach SROA how to "bitcast" between fixed and scalable vectors. ...Paul Walker
2025-04-17[SROA] Support load-only promotion with dynamic offset loads (#135609)Nikita Popov
2025-04-14[SROA] Add load-only promotion tests with dynamic offset loadNikita Popov
2025-04-14[SROA] Improve handling of lifetimes in load-only promotion (#135382)Nikita Popov
2025-04-07IR: Use poison in dropDroppableUse (#134576)Matt Arsenault
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-03-13[SROA] Allow load-only promotion with read-only captures (#130735)Nikita Popov
2025-03-03[Instruction] Set metadata to `poison` on deletion (#129449)Pedro Lobo
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-15[IR] Treat calls with byval ptrs as read-only (#122961)Alex MacLean
2024-12-17[SROA] Protect against calling the alloca ptrDavid Green
2024-12-14[SROA] Optimize reloaded values in allocas that escape into readonly nocaptur...David Green
2024-12-12Revert "[SROA] Optimize reloaded values in allocas that escape into readonly ...Kirill Stoimenov
2024-12-12[SROA] Optimize reloaded values in allocas that escape into readonly nocaptur...David Green
2024-12-10[SROA] Escaping readonly nocapture tests. NFCDavid Green
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-18Fix typo "instrinsic" (#112899)Jay Foad
2024-08-29[ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (#86149)Stephen Tozer
2024-08-21Handle #dbg_values in SROA. (#94070)Shubham Sandeep Rastogi
2024-07-29[InstCombine][asan] Don't speculate loads before `select ptr` (#100773)Vitaly Buka
2024-07-29[NFC][InstCombine][SROA][Asan] Precommit tests affected by #100773 (#100844)Vitaly Buka
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight
2024-07-26[NFC][SROA] Regenerate a testVitaly Buka
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-07-25[TBAA] Do not rewrite TBAA if exists, always null out `!tbaa.struct`Antonio Frighetto
2024-07-02[SROA] Propagate no-signed-zeros(nsz) fast-math flag on the phi node using fu...Yashwant Singh
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-14[SROA] Preserve all GEP flags during speculationNikita Popov
2024-04-22Revert "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Florian Hahn
2024-04-15Reapply "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Julian Nagele
2024-03-27Revert "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Florian Hahn
2024-03-27[TBAA] Add verifier for tbaa.struct metadata (#86709)Julian Nagele
2024-03-07[SROA] Fix phi gep unfolding with an alloca not in entry blockArthur Eubanks
2024-03-05[SROA]: Only defer trying partial sized ptr or ptr vector typesJeffrey Byrnes
2024-03-04[SROA] Unfold gep of index phi (round 2) (#83494)Arthur Eubanks
2024-02-29[test][SROA] Regenerate vector-promotion.llArthur Eubanks
2024-02-28Revert "[SROA] Unfold gep of index phi (#83087)"Fangrui Song
2024-02-28[SROA] Unfold gep of index phi (#83087)Arthur Eubanks