codeplaysoftware / oneapi-construction-kit

Other
68 stars 30 forks source link

Update check for llvm.vector.splice #445

Closed PietroGhg closed 5 months ago

PietroGhg commented 5 months ago

Overview

llvm.vector.splice is no longer experimental in LLVM 19, we need to update our lit tests.

Reason for change

Lit tests that check for llvm.experimental.vector.splice are failing.

Description of change

Update lit tests to optionally match .experimental.

Anything else we should know?

If there's any other relevant information we should know that may help us in understanding and verifying your patch, please include it here.

Checklist