[PATCH] D150838: [SimplifyCFG] add nuw/nsw on BuildLookuptable BitMap shiftwidth calculation

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 07:10:39 PDT 2023


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

LGTM



================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:6139
+        /*HasNUW =*/true,
+        /*HasNSW =*/true);
 
----------------
Does this comply with clang-format?


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

https://reviews.llvm.org/D150838



More information about the llvm-commits mailing list