[PATCH] D144939: [SimplifyCFG] Handle MD_noundef when hoisting common codes

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 00:07:17 PST 2023


nikic added inline comments.


================
Comment at: llvm/test/Transforms/SimplifyCFG/hoist-with-metadata.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -hoist-common-insts=true -S | FileCheck %s
----------------
Can you please rerun it with `--check-globals`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144939



More information about the llvm-commits mailing list