[PATCH] D134796: [StackLifetime] More efficient loop for LivenessType::Must

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 16:14:47 PDT 2022


fmayer accepted this revision.
fmayer added inline comments.


================
Comment at: llvm/lib/Analysis/StackLifetime.cpp:222
+      case LivenessType::Must:
+        // "may be dead" is set by lifetime end.
+        BitsIn.reset(BlockInfo.Begin);
----------------
nit for consistency with above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134796



More information about the llvm-commits mailing list