[PATCH] D155940: [SimplifyCFG] Transform for merging the combination of phis in switch
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 05:25:13 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/jump-table-islands.ll:1
; RUN: llc -mtriple=armv7-apple-ios8.0 -o - %s | FileCheck %s
+; XFAIL: *
----------------
You can probably avoid the test change using `-arm-atomic-cfg-tidy=0`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155940/new/
https://reviews.llvm.org/D155940
More information about the llvm-commits
mailing list