[PATCH] D22449: [InstCombine] NFC: Minor code cleanup

Matthias J. Reisinger via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 08:20:29 PDT 2016


mreisinger retitled this revision from "Enable folding of (logic (cast icmp), (cast icmp)) to (cast (logic (icmp), (icmp)))" to "[InstCombine] NFC: Minor code cleanup".
mreisinger updated the summary for this revision.
mreisinger updated this revision to Diff 64323.
mreisinger added a comment.

I updated the patch now to only contain style changes (see title and summary for detailed information). And you were right Tobias (regarding \brief), since autobrief is enabled \brief can safely be dropped here.

Please feel free to post further comments. I should also mention that I do not yet have commit access, so in case these changes can be merged, somebody with the according rights might have to do this. Thank you!

Best,
Matthias


https://reviews.llvm.org/D22449

Files:
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  lib/Transforms/InstCombine/InstCombineCasts.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22449.64323.patch
Type: text/x-patch
Size: 10555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160718/cd59918c/attachment.bin>


More information about the llvm-commits mailing list