[clang] [llvm] [clang][llvm][SPIR-V] Explicitly encode native integer widths for SPIR-V (PR #110695)
Vyacheslav Levytskyy via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 1 12:22:59 PDT 2024
================
@@ -1,56 +0,0 @@
-; This test aims to check ability to support "Arithmetic with Overflow" intrinsics
----------------
VyacheslavLevytskyy wrote:
The main objection is that the code base should switch from one stable state to another, without losing current coverage, stability, etc. When any of us is adding a feature that alters translation behavior it looks fair to expect that the same contributor is responsible for updating all impacted existing components. Applying this principle to the PR, I'd rather expect that you update existing test case (if it's required by the change), but not remove it.
https://github.com/llvm/llvm-project/pull/110695
More information about the cfe-commits
mailing list