[PATCH] D124967: [SROA] Avoid postponing rewriting load/store by ignoring lifetime intrinsics in partition's promotability checking

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 09:15:49 PDT 2022


nikic added inline comments.


================
Comment at: llvm/test/Transforms/SROA/lifetime-intrinsic.ll:12
+
+define i16 @foo(i32 %a, i32 %b) #0 {
+; CHECK-LABEL: @foo(
----------------
Can you please add a copy of this function that does not use lifetime.start/end, precommit the test, and then rebase this revision so it only shows the test diff?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124967



More information about the llvm-commits mailing list