================
@@ -226,8 +226,14 @@ static uint32_t getLit16IntEncoding(uint32_t Val, const 
MCSubtargetInfo &STI) {
   return getLit32Encoding(Val, STI);
 }
 
+/// Get the encoding for a 64-bit literal value.
+/// \param IsFP - True if this is a floating-point operand.
+/// \param IsSigned - True if this is a signed integer operand (uses IsInt<32>
+///                   to determine if 32-bit literal is valid). Only relevant
----------------
jayfoad wrote:

IsInt/IsUInt is just an implementation detail. Don't keep repeating it in 
comments.

https://github.com/llvm/llvm-project/pull/186575
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to