Had to fix attributes as well, not sure which ones it should actually care about.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do we have any other convergent intrinsics in back-ends more common than NVPTX? If we have one in X86 or ARM that would be a better choice for this test than @llvm.nvvm.barrier0.
Comment Actions
Thanks!
Do we have any other convergent intrinsics in back-ends more common than NVPTX?
Beats me. I'm just fixing tests that have undefined keywords in the various lit directives.
Naively I'd think we want tests to verify that all intrinsics have the appropriate attributes, but I'm not in a position to say what those are or where they should live.