[PATCH] D60037: [PowerPC] Use the two-constant NR algorithm for refining estimates

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 11:10:36 PDT 2019


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

I only have one comment here and I think it can be fixed when the patch is committed.
LGTM.



================
Comment at: lib/Target/PowerPC/PPCSubtarget.h:101
   bool HasVSX;
+  bool NeedsTwoConstNR;
   bool HasP8Vector;
----------------
I think that this variable needs to be initialized to `false` in `void PPCSubtarget::initializeEnvironment()`.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60037





More information about the llvm-commits mailing list