This test was apparently disabled in 6fcd4e080f09c9765d6 back in 2019, without any sign of how it was going to be reenabled. This patch rewrites the test to use update_cc_test_checks, with midend optimizations other that mem2reg disabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. mem2reg is a simple enough optimization to clear up the IR in this case. Thank you.