[all-commits] [llvm/llvm-project] ee8e7d: [TableGen] Implement getOperandIdxName
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Mon Aug 25 01:10:27 PDT 2025
Branch: refs/heads/users/ro-i/idx-opname
Home: https://github.com/llvm/llvm-project
Commit: ee8e7d9c59f98cd9abd5e598ac4ae73c14986dae
https://github.com/llvm/llvm-project/commit/ee8e7d9c59f98cd9abd5e598ac4ae73c14986dae
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/test/TableGen/get-named-operand-idx.td
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[TableGen] Implement getOperandIdxName
This is meant as the inverse of getNamedOperandIdx and returns the
OpName for a given operand index for a given opcode.
Commit: 52d1cbab737af66901b357ad7150549005e11171
https://github.com/llvm/llvm-project/commit/52d1cbab737af66901b357ad7150549005e11171
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/test/TableGen/get-named-operand-idx.td
M llvm/unittests/Target/AMDGPU/AMDGPUUnitTests.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
implement feedback
Commit: 3d2457a6a503c0aa78dbab9f62656b63538a19c6
https://github.com/llvm/llvm-project/commit/3d2457a6a503c0aa78dbab9f62656b63538a19c6
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/unittests/Target/AMDGPU/AMDGPUUnitTests.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Matt Arsenault <Matthew.Arsenault at amd.com>
Commit: 4f81f8b946dd8187edf15ae8cd9c6661719450e1
https://github.com/llvm/llvm-project/commit/4f81f8b946dd8187edf15ae8cd9c6661719450e1
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/unittests/Target/AMDGPU/AMDGPUUnitTests.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
fix formatting
Commit: 6a507478dce562d1582966703ef29b6f6d6280de
https://github.com/llvm/llvm-project/commit/6a507478dce562d1582966703ef29b6f6d6280de
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/unittests/Target/AMDGPU/AMDGPUUnitTests.cpp
Log Message:
-----------
fix targetmachine ptr type
Compare: https://github.com/llvm/llvm-project/compare/a58bcb6c7599...6a507478dce5
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