[PATCH] D32893: Fix handling of signWrappedSets in access relations

Sameer AbuAsal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 12:16:53 PDT 2017


sabuasal added a comment.

Hi,

This is probably a late comment,

Why are we using "Range.isWrappedSet() | Range.isSignWrappedSet(" instead of the shorthand "Range.isWrappedSet() || Range.isSignWrappedSet("


Repository:
  rL LLVM

https://reviews.llvm.org/D32893





More information about the llvm-commits mailing list