[PATCH] D92431: [SROA] Remove Dead Instructions while creating speculative instructions

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 11:08:42 PST 2020


tra added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Cuda.h:33
   CudaVersion Version = CudaVersion::UNKNOWN;
+  std::string DetectedVersion;
+  bool DetectedVersionIsNotSupported = false;
----------------
Were CUDA changes intended to be included in this patch?


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

https://reviews.llvm.org/D92431



More information about the llvm-commits mailing list