[PATCH] D117168: [SROA] Bail out on PHIs in catchswitch BBs

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 13:06:23 PST 2022


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: llvm/test/Transforms/SROA/phi-catchswitch.ll:1
+target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-f128:64-n32:64-S128-ni:1:10:20"
+target triple = "wasm32-unknown-emscripten"
----------------
lebedev.ri wrote:
> There is no run line in this test, so it doesn't actually test anything.
Oh right..  Added it, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117168



More information about the llvm-commits mailing list