aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Attributor/reduced
AgeCommit message (Expand)AuthorFilesLines
2026-02-05IR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault1-15/+15
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 1 (NFC) (#164742)paperchalice1-15/+15
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov1-2/+2
2025-06-24[ValueTracking] Return true for AddrSpaceCast in canCreateUndefOrPoison (#144...Wenju He1-1/+1
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov4-5/+5
2024-09-19Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume...Yonghong Song1-2/+2
2024-09-19[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (#10...yonghong-song1-2/+2
2024-08-16[Attributor] Enable `AAAddressSpace` in `OpenMPOpt` (#104363)Shilei Tian1-0/+1
2024-08-15[Attributor][FIX] Ensure we do not use stale references (#104495)Johannes Doerfert1-0/+588
2024-05-03[Attributor][NFC] update tests (#91011)Johannes Doerfert5-5/+5
2023-09-08Revert "Reapply "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)"""Shilei Tian1-1/+0
2023-09-08Reapply "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)""Shilei Tian1-0/+1
2023-09-07Revert "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)"Shilei Tian1-1/+0
2023-09-07[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)Shilei Tian1-0/+1
2023-07-31[IR] Mark `llvm.assume` as `memory(inaccessiblemem: write)`Johannes Doerfert2-3/+3
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian1-6/+6
2023-07-26[Attributor][FIX] Swap cases in ternary op to avoid nullptr referenceJohannes Doerfert1-34/+12
2023-07-23Revert commits for kernel environmentShilei Tian1-6/+6
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian1-6/+6
2023-07-09[Attributor][FIX] Add missing check lines for testJohannes Doerfert1-1/+31
2023-07-09[Attributor][FIX] Ensure the function manager cache is updatedJohannes Doerfert1-0/+33
2023-06-29[Attributor] Introduce helpers to judge AAs prior to creationJohannes Doerfert2-5/+60
2023-06-24[Attributor] Avoid more AAs through IR implicationJohannes Doerfert2-2/+2
2023-06-23[Attributor] Remove the iteration count verificationJohannes Doerfert5-6/+6
2023-06-05[Attributor] Create `AAMustProgress` for the `mustprogress` attributeJohannes Doerfert2-4/+4
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian1-5/+5
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian1-5/+5
2023-04-17[Attributor][FIX] Ensure to cache all intra procedural AA queriesJohannes Doerfert1-0/+135
2023-03-27[Attributor][FIX] Account for blocks w/o predecessorsJohannes Doerfert1-0/+52
2023-03-20[OpenMP][FIX] Properly track and lookup Execution DomainsJohannes Doerfert2-0/+105
2023-02-16[Attributor][FIX] Ensure we adjust types properlyJohannes Doerfert1-0/+125
2023-02-02[Attributor][FIX] Ensure we use the right AAExecutionDomainJohannes Doerfert1-0/+46
2023-01-22[OpenMP] Merge barrier elimination into AAExecutionDomainJohannes Doerfert1-1/+0
2023-01-10[OpenMP] Avoid running openmp-opt on dead functionsJohannes Doerfert1-14/+0
2023-01-09[Attributor] Allow cfg reasoning for thread-local objectsJohannes Doerfert1-7/+5
2023-01-03[Attributor][FIX] Treat undef as zero offset in AAPointerInfoFloatingJohannes Doerfert1-0/+59
2023-01-02[ValueTracking] Treat branch on undef as UB as wellNikita Popov1-1/+1
2022-12-23[Attributor] Convert some tests to opaque pointers (NFC)Nikita Popov1-497/+497
2022-12-19Reapply "[Attributor][FIX] Allow negative offsets for ranges"Johannes Doerfert1-0/+25
2022-12-16Revert "[Attributor][FIX] Allow negative offsets for ranges"Mitch Phillips1-25/+0
2022-12-14[Attributor][FIX] Allow negative offsets for rangesJohannes Doerfert1-0/+25
2022-12-13[NFC] Rerun update test checks on Attributor and OpenMP-Opt testsJohannes Doerfert1-0/+3
2022-09-23[Attribute] Clean up test prefixes (NFC)Nikita Popov1-2/+2
2022-09-19[NFC][1/n] Remove -enable-new-pm=0 flags from lit testsSebastian Peryt2-4/+0
2022-09-11[Attributor][FIX] Conservatively handle ptr2int, don't crashJohannes Doerfert1-0/+64
2022-02-01[Attributor] Introduce the concept of query AAsJohannes Doerfert1-2/+2
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille1-15/+15
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille1-15/+15
2021-03-11[Attributor][NFC] Update tests after D94741Johannes Doerfert1-1/+1
2020-11-20OpaquePtr: Update more tests to use typed sretMatt Arsenault1-4/+4