[PATCH] D90648: [SCEV] Fix nsw flags for GEP expressions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 21:07:00 PST 2020


mkazantsev added a comment.

I'd suggest spllitting this one into two parts: fix for illegal `nsw` and adding of missing `nuw` (which is pure improvement).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90648



More information about the llvm-commits mailing list