Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L llvm-project
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Morello
  • llvm-project
  • Merge requests
  • !212

[LegalizeVectorTypes] Align PTRADD legalisation with other nodes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jessica Clarke requested to merge legalize-vector-ptradd-cleanups into morello/dev Oct 29, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Rather than peeking inside the ScalarizedVectors/SplitVectors members, which are an implementation detail not otherwise leaked to this file, query getTypeAction to determine whether or not the type will have been scalarized/split. Also use more existing helper functions to simplify the implementations in the case where the RHS is legal but the LHS is not.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: legalize-vector-ptradd-cleanups