[all-commits] [llvm/llvm-project] dbe441: X86: Avoid some uses of getPointerTy (#146306)
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 2 06:14:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbe441e71611006c038254c12242a4fbc4d283ff
https://github.com/llvm/llvm-project/commit/dbe441e71611006c038254c12242a4fbc4d283ff
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 (#146306)
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