[PATCH] D97788: [ARM] KnownBits for CSINC/CSNEG/CSINV

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 08:46:10 PST 2021


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

LGTM, but to show willing I've spotted a typo in a comment :-)



================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:17807
+    // The result is either:
+    // CSING: KnownOp0 or KnownOp1 + 1
+    // CSINV: KnownOp0 or ~KnownOp1
----------------



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

https://reviews.llvm.org/D97788



More information about the llvm-commits mailing list