[llvm] [AMDGPU][True16] Support V_CEIL_F16. (PR #73108)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 18:01:22 PST 2023
================
@@ -2303,7 +2303,17 @@ bool AMDGPUOperand::isInlineValue() const {
// AsmParser
//===----------------------------------------------------------------------===//
-static int getRegClass(RegisterKind Is, unsigned RegWidth) {
+static int getRegClass(RegisterKind Is, unsigned RegWidth,
----------------
arsenm wrote:
"Is" is weird naming. Kind?
https://github.com/llvm/llvm-project/pull/73108
More information about the llvm-commits
mailing list