I have been bothered by missing Triple::isAMDGPU for long time. There is isNVPTX, isARM,
why can't we have isAMDGPU?
Details
Details
- Reviewers
rampitec kzhuravl arsenm - Commits
- rG314deab9af94: Add Triple::isAMDGPU
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I used it in TargetLibraryInfo.cpp. We have lit tests cover them, so they also cover this function.