This is the 1st NFC patch for Region Annotation instrinsic addition
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/IR/Intrinsics.td | ||
---|---|---|
965 | In the LLVMPar RFC, we proposed that int_region_marker would return an i1. We needed that facility to use this intrinsic to model certain types of parallel control flow, e.g., Tapir. |
I will the change, do you want to make it i8, or int ?
llvm/include/llvm/IR/Intrinsics.td | ||
---|---|---|
965 | Ok, I will make a change, i1 or int? |
Where's the latest RFC for this?
llvm/include/llvm/IR/Intrinsics.td | ||
---|---|---|
958–959 | There is no RegionAnnotation.rst, not in trunk, not in this patch, not in parent differentials in stack, |
Roman, TB is working .rst file.
RFC: Initial version
https://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html
RFC: Updated version based on feedback
http://lists.llvm.org/pipermail/llvm-dev/2018-October/126971.html
There is no RegionAnnotation.rst, not in trunk, not in this patch, not in parent differentials in stack,