Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
1621–1622 | Whether these can be replaced with combineMetadataCSE? |
Comment Actions
Looks like the new test fails?
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
1621–1622 | Yes, let's replace this with combineMetadataForCSE |
llvm/test/Transforms/SimplifyCFG/hoist-with-metadata.ll | ||
---|---|---|
8 | Why does this no longer have range metadata? Isn't it supposed to have the merged ranges? |
llvm/test/Transforms/SimplifyCFG/hoist-with-metadata.ll | ||
---|---|---|
2 | Can you please rerun it with --check-globals? |
Whether these can be replaced with combineMetadataCSE?