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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
130 ms | x64 debian > Clang.CodeGen::arm_acle.c | |
230 ms | x64 windows > Clang.CodeGen::arm_acle.c |
Event Timeline
Comment Actions
LGTM. mem2reg is a simple enough optimization to clear up the IR in this case. Thank you.