[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
Wed Sep 11 23:50:07 PDT 2024


================
@@ -646,12 +646,9 @@ unsigned const DfmtNfmt2UFmtGFX11[] = {
 namespace Swizzle {
 
 // This must be in sync with llvm::AMDGPU::Swizzle::Id enum members, see SIDefines.h.
-const char* const IdSymbolic[] = {
-  "QUAD_PERM",
-  "BITMASK_PERM",
-  "SWAP",
-  "REVERSE",
-  "BROADCAST",
+const char *const IdSymbolic[] = {
+    "QUAD_PERM", "BITMASK_PERM", "SWAP",   "REVERSE",
----------------
arsenm wrote:

clang-format is wrong, keep these one per line as they were 

https://github.com/llvm/llvm-project/pull/108064


More information about the llvm-commits mailing list