[all-commits] [llvm/llvm-project] 696f4d: [AMDGPU] Fix immediate parsing for packed types (#...
Changpeng Fang via All-commits
all-commits at lists.llvm.org
Tue Jun 9 23:35:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 696f4d5628479a828a14aa9999974d48f0aa698f
https://github.com/llvm/llvm-project/commit/696f4d5628479a828a14aa9999974d48f0aa698f
Author: Changpeng Fang <changpeng.fang at amd.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
Log Message:
-----------
[AMDGPU] Fix immediate parsing for packed types (#202417)
We should use the element, instead of the vector type, to get floating
point Semantics.The issue is not exposed in upstream yet, but still better to
be fixed.
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