[PATCH] D93734: [LoopDeletion] Insert an early exit from dead path in loop

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 02:43:38 PDT 2022


jonpa added a comment.
Herald added a project: All.

@fhahn : I reran this today and found that there are no real benchmark performance improvements anymore. However, there are still +2000 early exits insertions reported, It seems you have managed to handle the important cases, so I guess this still isn't really interesting. It would be however interesting to hear your thoughts on this: I remember you did a handling for this and I guess you must have covered the important cases already..?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93734/new/

https://reviews.llvm.org/D93734



More information about the llvm-commits mailing list