cbalint13 commented on PR #15685:
URL: https://github.com/apache/tvm/pull/15685#issuecomment-1719963169
To sum it up:
- compliant across all versions, ```llvm<=10``` issue is solved ( Cc
@junrushao ), tested versions: llvm={10,14,16,17}
- implementation here exposes single ```target_has_features(XXX)```
replacing the old ```target_has_XXX()``` functions
- it also expose friendly ```llvm_x86_get_archlist()``` and
```llvm_x86_get_features(arch)``` to obtain full arch related lists
There is a comprehensive test unit that also checks the old behaviour (also
incorporating the old static lookup table).
This is the final state, passing the CI, until explicit review-requests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]