[all-commits] [llvm/llvm-project] e822cd: [AMDGPU] New RegBankSelect: Add Ptr32/Ptr64/Ptr128
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Thu Jun 19 01:03:46 PDT 2025
Branch: refs/heads/users/pierre-vh/newrb-anyptr-types
Home: https://github.com/llvm/llvm-project
Commit: e822cdf16b0f0525e44639152b8293b0f83fd1db
https://github.com/llvm/llvm-project/commit/e822cdf16b0f0525e44639152b8293b0f83fd1db
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.h
Log Message:
-----------
[AMDGPU] New RegBankSelect: Add Ptr32/Ptr64/Ptr128
There's quite a few opcodes that do not care about the exact AS of the pointer, just its size.
Adding generic types for these will help reduce duplication in the rule definitions.
I also moved the usual B types to use the new `isAnyPtr` helper I added to make sure they're supersets of the `Ptr` cases
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