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

Arnamoy B via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 08:32:31 PST 2020


arnamoy10 marked an inline comment as done.
arnamoy10 added a comment.

@lebedev.ri Is there any instructions on how to land this?  Sorry I am doing it for the first time



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


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

https://reviews.llvm.org/D92431



More information about the llvm-commits mailing list