[all-commits] [llvm/llvm-project] 071156: [AMDGPU] Fix flat D16 patterns handling of cpol. N...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Jul 24 17:19:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 071156515e02fc23cae717fbe40149be87c88de4
https://github.com/llvm/llvm-project/commit/071156515e02fc23cae717fbe40149be87c88de4
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. (#150551)
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