[PATCH] D117168: [SROA] Bail out on PHIs in catchswitch BBs
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 00:54:45 PST 2022
lebedev.ri requested changes to this revision.
lebedev.ri added inline comments.
This revision now requires changes to proceed.
================
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"
----------------
There is no run line in this test, so it doesn't actually test anything.
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