Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • glvnd
  • libglvnd
  • Merge requests
  • !126

PPC64LE: Fix the cache clear instructions.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Kyle Brenneman requested to merge github/fork/kbrenneman/fix-ppc64le-cache-clear into master Jun 12, 2017
  • Overview 1
  • Commits 1
  • Changes 4

Created by: kbrenneman

This fixes a crash that shows up in the code generation for PPC64LE dispatch stubs.

The problem was that the asm block was trying to use an output variable instead of an input variable, so it would end up trying to use the wrong address for a couple of the instructions.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/kbrenneman/fix-ppc64le-cache-clear