[PATCH] D73057: [InstCombine] fneg(X + C) --> -C - X

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 08:24:00 PST 2020


cameron.mcinally added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/fneg.ll:407
 
-; TODO: -(x + C) --> -C - x
+; -(x + C) --> -C - x
 
----------------
Nit: are lowercase variables the standard format for tests? I see that they're uppercase in the source comments.


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

https://reviews.llvm.org/D73057





More information about the llvm-commits mailing list