codeplaysoftware / oneapi-construction-kit

Other
68 stars 30 forks source link

[LLVM 19] Adjust tests for llvm.ct* intrinsics. #441

Closed hvdijk closed 5 months ago

hvdijk commented 5 months ago

Overview

[LLVM 19] Adjust tests for llvm.ct* intrinsics.

Reason for change

LLVM 19 adds the range attribute to the return type of llvm.ct* intrinsics. No code changes are needed to deal with this, but it appears in a few tests that did not allow attributes.

Description of change

This commit updates the tests to allow {{.*}} for attributes of affected functions.

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