[all-commits] [llvm/llvm-project] e7487f: X86: Avoid some uses of getPointerTy
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 2 03:31:14 PDT 2025
Branch: refs/heads/users/arsenm/x86/avoid-misc-getPointerTy
Home: https://github.com/llvm/llvm-project
Commit: e7487fca166340eb5aac99323372d50aae9d6354
https://github.com/llvm/llvm-project/commit/e7487fca166340eb5aac99323372d50aae9d6354
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
X86: Avoid some uses of getPointerTy
In most contexts the pointer type is implied by the operation
and should be propagated; getPointerTy is for niche cases where
there is a synthesized value.
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