void added a comment. > Apologies - the value seems to indeed overflow, but I'm still very confused > how this was affected by this change.
What's different is that `setRequiresImmediate` is being set on the constraint where before it wasn't. If no range values are supplied (like in this patch), it defaults to `INT_MIN` and `INT_MAX`. From GNU's documentation, `n` accepts an integer, which we're treating as signed. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55616/new/ https://reviews.llvm.org/D55616 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits