This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Asm: Negative tests for all LD1 gather (scalar+vector) load instructions.
ClosedPublic

Authored by sdesmalen on Apr 23 2018, 6:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.Apr 23 2018, 6:50 AM
sdesmalen edited the summary of this revision. (Show Details)Apr 23 2018, 6:56 AM
sdesmalen updated this revision to Diff 143637.Apr 23 2018, 2:06 PM
  • Updated diagnostics after removing all references to 'DiagnosticPredicate' (as introduced in D45879) from D45951 .
sdesmalen edited the summary of this revision. (Show Details)
  • Some changes to negative tests are now in D46023 (the diagnostics change due to the new instructions being added).
fhahn accepted this revision.Apr 25 2018, 2:35 AM

LGTM. Some of the diagnostics can be improved after D45879 lands, I suppose?

This revision is now accepted and ready to land.Apr 25 2018, 2:35 AM

LGTM. Some of the diagnostics can be improved after D45879 lands, I suppose?

Correct!

This revision was automatically updated to reflect the committed changes.