================ @@ -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; ---------------- SpencerAbson wrote:
Good point, I'll have SVEEmitter and NeonEmitter share ImmCheck. https://github.com/llvm/llvm-project/pull/100278 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits