[PATCH] D126354: [GuardWidening] Remove nuw/nsw flags for hoisted instructions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 05:55:56 PDT 2022


nikic added a comment.

Not familiar with this pass, but I suspect the right fix for this might be to use CreateLogicalAnd instead of CreateAnd.


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

https://reviews.llvm.org/D126354



More information about the llvm-commits mailing list