[PATCH] D141055: Make switch-to-lookup-large-types.ll more reliable
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 12:56:37 PST 2023
arichardson added inline comments.
================
Comment at: llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll:1
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --scrub-attributes --check-globals
-; RUN: opt -passes=simplifycfg --switch-to-lookup -S %s | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --scrub-attributes --check-globals --force-update
+; RUN: opt '-passes=simplifycfg<switch-to-lookup>' -data-layout="e" -S %s | FileCheck %s
----------------
nikic wrote:
> `--force-update` shouldn't be here.
Good catch. I should probably submit a review for the update scripts to not include this flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141055/new/
https://reviews.llvm.org/D141055
More information about the llvm-commits
mailing list