[clang] [llvm] [IR] Mark vector intrinsics speculatable (PR #162334)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 8 02:55:37 PDT 2025


nikic wrote:

@artagnon You need to place the intrinsic in a code path that is not unconditionally executed on loop entry. (E.g. after early exit or abnormal exit.)

https://github.com/llvm/llvm-project/pull/162334


More information about the cfe-commits mailing list