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.
Paths
| Differential D119382
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
Unit TestsFailed
Event Timelinenickdesaulniers created this revision. This revision is now accepted and ready to land.Feb 9 2022, 4:42 PM
Revision Contents
Diff 407328 llvm/test/CodeGen/X86/x86-flags-intrinsics-redzone.ll
|