<div dir="ltr">Hi folks,<div>I've been measuring some devirtualization statistics and I found that when barriers are introduced, the number of functions marked as norecurse is lower.</div><div>The llvm.group.barrier is obviously norecursive and I've been thinking: is every intrinsic norecurse?</div><div><br></div><div>I think it make sense to mark all of the intrinsics that can be considered as norecursive this way, so it won't gonna stop the optimizer marking functions as norecurse.</div><div><br></div><div>Best</div><div>Piotr</div></div>