[PATCH] D68463: [ARM] Generate vcmp instead of vcmpe

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 13:08:42 PDT 2019


efriedma added subscribers: kpn, cameron.mcinally, efriedma.
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Formally, whether we lower the "fcmp" instruction using vcmp or vcmpe shouldn't matter; the difference only affects floating point state the code isn't supposed to access anyway.

That said, I'm fine with using vcmp unconditionally, since that seems to match other targets.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68463





More information about the llvm-commits mailing list