================
@@ -3293,6 +3293,59 @@ static bool interp__builtin_vec_set(InterpState &S, 
CodePtr OpPC,
   return true;
 }
 
+static bool evalICmpImm(uint8_t Imm, APSInt A, APSInt B, bool IsUnsigned) {
----------------
RKSimon wrote:

```suggestion
static bool evalICmpImm(uint8_t Imm, const APSInt &A, const APSInt &B, bool 
IsUnsigned) {
```

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

Reply via email to