[llvm] [ValueTracking] Allow tracking values through Integral AddrSpaceCasts (PR #70483)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 23:03:45 PST 2023


================
@@ -148,6 +148,14 @@ struct KnownBits {
     return Max;
   }
 
+  KnownBits clearLowBits(unsigned BitWidth) {
----------------
arsenm wrote:

I'd expect this to follow the convention of setAllOnes, mutate in place rather than return a new copy 

https://github.com/llvm/llvm-project/pull/70483


More information about the llvm-commits mailing list