[llvm] [AMDGPU][MC] Implement fft and rotate modes for ds_swizzle_b32 (PR #108064)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 22:42:40 PDT 2024
================
@@ -7977,7 +7977,7 @@ bool
AMDGPUAsmParser::parseSwizzleOperand(int64_t &Op,
const unsigned MinVal,
const unsigned MaxVal,
- const StringRef ErrMsg,
+ const Twine ErrMsg,
----------------
arsenm wrote:
const Twine &
https://github.com/llvm/llvm-project/pull/108064
More information about the llvm-commits
mailing list