[PATCH] D81353: [PowerPC] Don't convert Loop to CTR Loop for fp128 BinaryOperator

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 19:10:42 PDT 2020


shchenz accepted this revision.
shchenz added a comment.
This revision is now accepted and ready to land.

I think it is a good idea to decide hardware loop or not after ISEL where IR operations with a certain type will be lowered.
However, this improvement should be aside from this bug fix patch.

This patch LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81353





More information about the llvm-commits mailing list