This is an archive of the discontinued LLVM Phabricator instance.

precommit test for D92695
AbandonedPublic

Authored by nickdesaulniers on Feb 9 2022, 3:31 PM.

Details

Summary

From: @craig.topper

Based on this C program https://godbolt.org/z/j6e69PYsd with the array alignment lowered in the IR. I just tried to write something that used a local array to do some computation that couldn't be folded away.

Diff Detail

Event Timeline

nickdesaulniers requested review of this revision.Feb 9 2022, 3:31 PM
nickdesaulniers created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 3:31 PM
craig.topper edited the summary of this revision. (Show Details)Feb 9 2022, 3:35 PM
  • rerun update_llc_test_checks.py w/ --no_x86_scrub_sp
rnk accepted this revision.Feb 9 2022, 4:42 PM

lgtm

This revision is now accepted and ready to land.Feb 9 2022, 4:42 PM