[PATCH] D155940: [SimplifyCFG] Transform for merging the combination of phis in switch

Hongyu Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 09:26:55 PDT 2023


XChy 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: *
----------------
nikic wrote:
> You can probably avoid the test change using `-arm-atomic-cfg-tidy=0`.
Fail still


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

https://reviews.llvm.org/D155940



More information about the llvm-commits mailing list