This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Add more floating point tests for SLP vectorization
ClosedPublic

Authored by benshi001 on Mar 14 2023, 6:42 PM.

Diff Detail

Event Timeline

benshi001 created this revision.Mar 14 2023, 6:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 6:42 PM
benshi001 requested review of this revision.Mar 14 2023, 6:42 PM
benshi001 retitled this revision from RISCV] Add more tests for SLP vectorization to [RISCV][NFC] Add more tests for SLP vectorization.Mar 14 2023, 6:43 PM
benshi001 updated this revision to Diff 505402.Mar 15 2023, 2:16 AM
reames accepted this revision.Mar 15 2023, 7:45 AM

LGTM

This revision is now accepted and ready to land.Mar 15 2023, 7:45 AM
reames retitled this revision from [RISCV][NFC] Add more tests for SLP vectorization to [RISCV][NFC] Add more floating point tests for SLP vectorization.Mar 15 2023, 3:13 PM
reames added inline comments.
llvm/test/Transforms/SLPVectorizer/RISCV/float-point.ll
1

Missed this earlier but the file name should be floating-point.ll not float-point.ll.

benshi001 added inline comments.Mar 15 2023, 4:57 PM
llvm/test/Transforms/SLPVectorizer/RISCV/float-point.ll
1

I will correct this while committing. Thanks.