[VE] Add vector comparison and min/maxAdd VCMP/VCPS/VCPX/VCMS/VCMX vector instructions. Also add regressiontests.Reviewed By: simollDifferential Revision: https://reviews.llvm.org/D89643
[Annotation] Allows annotation to carry some additional constant arguments.This allows using annotation in a much more contexts than it currently has.especially when annotation with template or constexpr.Reviewed By: aaron.ballmanDifferential Revision: https://reviews.llvm.org/D88645