[all-commits] [llvm/llvm-project] c4a0de: X86: Avoid some uses of getPointerTy
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jun 29 21:21:59 PDT 2025
Branch: refs/heads/users/arsenm/x86/avoid-misc-getPointerTy
Home: https://github.com/llvm/llvm-project
Commit: c4a0de29c689b1d49d976dfa62e1ad595867cbcc
https://github.com/llvm/llvm-project/commit/c4a0de29c689b1d49d976dfa62e1ad595867cbcc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-30 (Mon, 30 Jun 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