Skip to content

Add optional vscale prefix to loopinfo test #49333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Conversation

pchintalapudi
Copy link
Member

Fix #49325

@pchintalapudi pchintalapudi added test This change adds or pertains to unit tests system:arm ARMv7 and AArch64 bugfix This change fixes an existing bug compiler:llvm For issues that relate to LLVM labels Apr 12, 2023
@pchintalapudi pchintalapudi requested a review from giordano April 12, 2023 17:59
Copy link
Contributor

@giordano giordano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ make -C test/llvmpasses
make: Entering directory '/snx11273/home/ri-mgiordano/repo/julia/test/llvmpasses'
PATH=/snx11273/home/ri-mgiordano/repo/julia/usr/bin:/snx11273/home/ri-mgiordano/repo/julia/usr/tools:$PATH \
LD_LIBRARY_PATH=/snx11273/home/ri-mgiordano/repo/julia/usr/lib:$LD_LIBRARY_PATH \
/snx11273/home/ri-mgiordano/repo/julia/usr/tools/lit/lit.py -v "/snx11273/home/ri-mgiordano/repo/julia/test/llvmpasses/."
-- Testing: 35 tests, 35 workers --
UNSUPPORTED: Julia :: fmf.jl (1 of 35)
PASS: Julia :: alloc-opt-unsized.ll (2 of 35)
PASS: Julia :: propagate-addrspace.ll (3 of 35)
PASS: Julia :: remove-addrspaces.ll (4 of 35)
PASS: Julia :: float16.ll (5 of 35)
PASS: Julia :: returnstwicegc.ll (6 of 35)
PASS: Julia :: propagate-addrspace-non-zero.ll (7 of 35)
PASS: Julia :: lower-handlers-addrspaces.ll (8 of 35)
PASS: Julia :: muladd.ll (9 of 35)
PASS: Julia :: lower-handlers.ll (10 of 35)
PASS: Julia :: cpu-features.ll (11 of 35)
PASS: Julia :: final-lower-gc-addrspaces.ll (12 of 35)
PASS: Julia :: simdloop.ll (13 of 35)
PASS: Julia :: julia-licm.ll (14 of 35)
PASS: Julia :: refinements.ll (15 of 35)
PASS: Julia :: multiversioning-annotate-only.ll (16 of 35)
PASS: Julia :: final-lower-gc.ll (17 of 35)
PASS: Julia :: late-lower-gc.ll (18 of 35)
PASS: Julia :: late-lower-gc-addrspaces.ll (19 of 35)
PASS: Julia :: multiversioning-clone-only.ll (20 of 35)
PASS: Julia :: gcroots.ll (21 of 35)
PASS: Julia :: alloc-opt-gcframe-addrspaces.jl (22 of 35)
PASS: Julia :: alloc-opt-pass.jl (23 of 35)
PASS: Julia :: alloc-opt-gcframe.jl (24 of 35)
PASS: Julia :: alloc-opt-pipeline.jl (25 of 35)
PASS: Julia :: noinline.jl (26 of 35)
PASS: Julia :: fastmath.jl (27 of 35)
PASS: Julia :: llvmcall.jl (28 of 35)
PASS: Julia :: aliasscopes.jl (29 of 35)
PASS: Julia :: pipeline-o2-allocs.jl (30 of 35)
PASS: Julia :: loopinfo.jl (31 of 35)
PASS: Julia :: pipeline-o0.jl (32 of 35)
PASS: Julia :: pipeline-o2-broadcast.jl (33 of 35)
PASS: Julia :: pipeline-o2.jl (34 of 35)
PASS: Julia :: safepoint_stress.jl (35 of 35)

Testing Time: 185.24s
  Unsupported:  1
  Passed     : 34
make: Leaving directory '/snx11273/home/ri-mgiordano/repo/julia/test/llvmpasses'

Thanks!

@pchintalapudi pchintalapudi merged commit 0fad80b into master Apr 13, 2023
@pchintalapudi pchintalapudi deleted the pc/vscale-loopinfo branch April 13, 2023 00:34
Xnartharax pushed a commit to Xnartharax/julia that referenced this pull request Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug compiler:llvm For issues that relate to LLVM system:arm ARMv7 and AArch64 test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test/llvmpasses/loopinfo.jl fails on A64FX
2 participants