[all-commits] [llvm/llvm-project] 2c2232: [AMDGPU] Fix flat D16 patterns handling of cpol. N...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Jul 24 16:47:35 PDT 2025
Branch: refs/heads/users/rampitec/07-24-_amdgpu_fix_flat_d16_patterns_handling_of_cpol._nfci
Home: https://github.com/llvm/llvm-project
Commit: 2c2232ca6517bdceec12423defdef265aa3c330c
https://github.com/llvm/llvm-project/commit/2c2232ca6517bdceec12423defdef265aa3c330c
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/FLATInstructions.td
Log Message:
-----------
[AMDGPU] Fix flat D16 patterns handling of cpol. NFCI.
GlobalSAddr and ScratchSVAddr produce 4 operands, not 3 as before.
The last one is CPol which is curently ignored by D16 patterns. I
was unable to catch it on any wrongdoing with these patterns, but
in general it is dangerous to ignore it.
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