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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 01:57:28 PDT 2023


================
@@ -1674,6 +1676,11 @@ class TargetTransformInfo {
 
   /// @}
 
+  std::optional<KnownBits>
----------------
arsenm wrote:

Not much point in making this optional. A direct KnownBits with unknown everything naturally composes without requiring an explicit valid check 

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


More information about the llvm-commits mailing list