[PATCH] D144939: [SimplifyCFG] Handle MD_noundef when hoisting common codes
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 23:57:53 PST 2023
nikic added inline comments.
================
Comment at: llvm/test/Transforms/SimplifyCFG/hoist-with-metadata.ll:7
+; CHECK-NEXT: if:
+; CHECK-NEXT: [[T:%.*]] = load i8, ptr [[P:%.*]], align 1
+; CHECK-NEXT: ret void
----------------
Why does this no longer have range metadata? Isn't it supposed to have the merged ranges?
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