[clang] [llvm] [clang][llvm][SPIR-V] Explicitly encode native integer widths for SPIR-V (PR #110695)
Alex Voicu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 1 12:16:51 PDT 2024
================
@@ -1,56 +0,0 @@
-; This test aims to check ability to support "Arithmetic with Overflow" intrinsics
----------------
AlexVlx wrote:
Can you please elaborate on "why"? Again, this relies on an opportunistic optimisation, that is not crucial / can be superseded by others. If the optimisation/transform is very important, then the way is not to just run -O3 anyway, but rather isolate codegenprepare and it's required analyses (which is doable, if a wee big painful). But I'd like to understand exactly what the intent behind the test was/is.
https://github.com/llvm/llvm-project/pull/110695
More information about the cfe-commits
mailing list