================
@@ -34,6 +42,14 @@ std::optional<int> Argument::getValAsInt() const {
   return KeyVal.getSExtValue();
 }
 
+std::optional<int> Argument::getValAsSignedInt() const {
----------------
jroelofs wrote:

what's the difference between this and `getValAsInt`?

https://github.com/llvm/llvm-project/pull/160549
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to