[all-commits] [llvm/llvm-project] e724c7: [AMDGPU] Add lit() asm operand modifier for SP3 co...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Oct 12 00:40:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e724c7e8413a6ee41de4702a8096f4213e3cd535
https://github.com/llvm/llvm-project/commit/e724c7e8413a6ee41de4702a8096f4213e3cd535
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/test/MC/AMDGPU/literals.s
Log Message:
-----------
[AMDGPU] Add lit() asm operand modifier for SP3 compatibility. (#68839)
A literal can be optionally wrapped in a lit() expression. This does not
force literal encoding for an inline immediate, but neither does SP3.
The syntax is dummy for compatibility only.
More information about the All-commits
mailing list