================
@@ -12141,6 +12141,68 @@ static bool evalShiftWithCount(
   return true;
 }
 
+bool clang::MatchesPredicate(const uint32_t Imm,
+                             const llvm::APFloatBase::cmpResult CompareResult) 
{
----------------
tbaederr wrote:

```suggestion
bool clang::MatchesPredicate(uint32_t Imm,
                             llvm::APFloatBase::cmpResult CompareResult) {
```

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

Reply via email to