summaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp
AgeCommit message (Expand)Author
2025-11-22[VPlan] Create resume phis in scalar preheader early. (NFC) (#166099)Florian Hahn
2025-11-16[VPlan] Delegate to other VPInstruction constructors. (NFCI)Florian Hahn
2025-11-04[VPlan] Verify incoming values of VPIRPhi matches before checking (NFC)Florian Hahn
2025-11-01[VPlan] Add getConstantInt helpers for constant int creation (NFC).Florian Hahn
2025-10-21[VPlan] Clarify naming for helpers to create loop&replicate regions (NFC)Florian Hahn
2025-08-14[VPlan] Add incoming_[blocks,values] iterators to VPPhiAccessors (NFC) (#138...Florian Hahn
2025-08-01[VPlan] Delete IR instruction after test. NFCLuke Lau
2025-08-01[VPlan] Fix unit test without LLVM_ENABLE_DUMP. NFCLuke Lau
2025-07-31[VPlan] Fix header phi VPInstruction verification. NFC (#151472)Luke Lau
2025-07-27[VPlan] Pass debug location explicitly to VPBlendRecipe (NFC).Florian Hahn
2025-05-30[VPlan] Remove ResumePhi opcode, use regular PHI instead (NFC). (#140405)Florian Hahn
2025-05-29[VPlan] Use EMIT-SCALAR for single-scalar VPPhis (NFC).Florian Hahn
2025-05-15[llvm] Fix test breakage in Vectorize/VPlanVerifierTest.cpp (#140079)Jonathan Thackray
2025-05-15[VPlan] Update check line in verifier unit test w/o assertions.Florian Hahn
2025-05-15[VPlan] Verify dominance for incoming values of phi-like recipes. (#124838)Florian Hahn
2025-05-13[VPlan] Print use and definition in verifier on violation.Florian Hahn
2025-05-05[VPlan] Verify number preds and operands matches for VPIRPhis. (NFC)Florian Hahn
2025-03-01[VPlan] Don't print VPlan DT after VPlan construction. (NFC)Florian Hahn
2025-01-16[VPlan] Verify scalar types in VPlanVerifier. NFCI (#122679)Luke Lau
2024-12-30[VPlan] Manage created blocks directly in VPlan. (NFC) (#120918)Florian Hahn
2024-12-27[VPlan] Always create initial blocks in constructor (NFC).Florian Hahn
2024-12-18[VPlan] Don't use VPlan ctor taking trip count in most unit tests (NFC).Florian Hahn
2024-12-17[VPlan] Remove legacy VPlan() constructors (NFC).Florian Hahn
2024-12-12[VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (#114292)Florian Hahn
2024-11-01[VPlan] Don't leak ScalarHeader BasicBlock in unit tests.Florian Hahn
2024-11-01[VPlan] Connect scalar header to VPlan CFG in unit tests.Florian Hahn
2024-10-31[VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (#109975)Florian Hahn
2024-02-20[VPlan] Merge main VPlan verifer with HCFG verifier.Florian Hahn
2023-05-04[VPlan] Introduce new entry block to VPlan for early SCEV expansion.Florian Hahn
2023-01-25[VPlan] Use VPDominatorTree in VPlanVerifier .Florian Hahn
2023-01-24[VPlan] Fix leak by manually cleaning up allocated Phi in test.Florian Hahn
2023-01-24[VPlan] Add tests for VPlanVerifier (NFC).Florian Hahn