================
@@ -333,6 +333,8 @@ class Intrinsic {
/// The types of return value [0] and parameters [1..].
std::vector<Type> Types;
+
+ SmallVector<std::tuple<int, int, int>, 2> ImmChecks;
----------------
Lukacma wrote:
I think using ImmCheck class as in SVEEmittor would make the code more readable
as it would allow specific values to be accessed by name, instead of bit
unclear std::get<idx> accesses.
https://github.com/llvm/llvm-project/pull/100278
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits