[PATCH] D141055: Make switch-to-lookup-large-types.ll more reliable
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 10:59:18 PST 2023
nikic 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
----------------
`--force-update` shouldn't be here.
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