[all-commits] [llvm/llvm-project] e9ef3e: FastISel: Fix incorrectly using getPointerTy

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Sep 30 01:23:32 PDT 2024


  Branch: refs/heads/users/arsenm/fast-isel-fix-issue56055
  Home:   https://github.com/llvm/llvm-project
  Commit: e9ef3e45c8f066643bcdc4156b748faa2605c26e
      https://github.com/llvm/llvm-project/commit/e9ef3e45c8f066643bcdc4156b748faa2605c26e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    A llvm/test/CodeGen/X86/issue56055.ll

  Log Message:
  -----------
  FastISel: Fix incorrectly using getPointerTy

This was using the default address space instead of the
correct one.

Fixes #56055



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list