on top of 9b1620a501c1 (Clang, increase upper bound of partially initialized array sizes.) to close 57353.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/big-array-init.ll | ||
---|---|---|
2 | RUN like is missing a target triple, so it will break if the compiler's default target isn't x86_64. RUN line is missing a FileCheck invocation, so nothing actually examines the CHECK lines. Look at other tests for examples. |
Maybe the commit message ("summary") could use a bit more description. I'm not sure what 9b1620a501c1 refers to, and I'm not sure it's relevant.
Since you don't have commit access, I'll commit this for you when it's ready. How do you want to be credited in the "author" field of the git commit? (name+email)
llvm/test/CodeGen/X86/big-array-init.ll | ||
---|---|---|
6 | Maybe CHECK-NEXT: .size bad_int, 4294967296, to be on the safe side. (The current version of the test would pass on a release build without your patch.) |
Ill change it to the name of the commit (its the other patch), the name is OfekShochat and email ofeksh.oss@gmail.com, thanks!
RUN like is missing a target triple, so it will break if the compiler's default target isn't x86_64. RUN line is missing a FileCheck invocation, so nothing actually examines the CHECK lines. Look at other tests for examples.