[PATCH] D141055: Make switch-to-lookup-large-types.ll more reliable

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 05:06:16 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
----------------
arichardson wrote:
> 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.
Submitted D141124


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