[AMDGPU][MC] Improved diagnostics message for sym/expr operandsSee bug 48295 (https://bugs.llvm.org/show_bug.cgi?id=48295)Reviewers: rampitecDifferential Revision: https://reviews.llvm.org/D92088
[ConstraintElimination] Handle constraints with all zero var coeffs.Constraints where all variable coefficients are 0 do not add any usefulinformation. When checking, we can check if they are always true/false.
[ConstraintElimination] Wrap dump() call in LLVM_DEBUG (NFC).ConstraintSystem::dump only generates output with -debug, but there's noneed to call it without -debug.