This is the clang side of D51803. The llvm intrinsic now returns two results. So we need to emit an explicit store in IR for the out parameter. This is similar to addcarry/subborrow/rdrand/rdseed.
Details
Details
- Reviewers
RKSimon spatel - Commits
- rGecf2e2fe312a: [X86] Custom emit __builtin_rdtscp so we can emit an explicit store for the out…
rC341699: [X86] Custom emit __builtin_rdtscp so we can emit an explicit store for the out…
rL341699: [X86] Custom emit __builtin_rdtscp so we can emit an explicit store for the out…
Diff Detail
Diff Detail
- Repository
- rL LLVM