[clang] [X86][Clang] Add AVX512 Integer Comparison Intrinsics for constexpr Evaluation (PR #164026)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 23 02:02:51 PDT 2025
================
@@ -3101,6 +3101,61 @@ static bool interp__builtin_vec_set(InterpState &S, CodePtr OpPC,
return true;
}
+static bool evalICmpImm(const uint8_t imm, APSInt A, APSInt B,
----------------
RKSimon wrote:
(style) imm -> Imm (drop const)
https://github.com/llvm/llvm-project/pull/164026
More information about the cfe-commits
mailing list