[HLSL][LongVec] Add Frexp long vector support
Open
Beginner friendly
HLSL
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
I predict this will be super easy once the intrinsic is implemented as it should just be adding `let VaryingLongVector = 1;` to `clang/include/clang/Basic/HLSLIntrinsics.td`
Contributor guide
Research direction
Start in clang/include/clang/Basic/HLSLIntrinsics.td and inspect how the Frexp intrinsic is represented for vector types. Add the requested long-vector support entry, then verify that Frexp accepts long vectors and that the relevant compiler checks pass.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100