[PATCH] D73786: [ARM,MVE] Fix vreinterpretq in big-endian mode.
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 2 07:59:06 PST 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Big endian making things fun again.
VECTOR_REG_CAST looks useful for lowering too. LGTM
================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:3958
// Occasionally we need to cast between a i32 and a boolean vector, for
// example when moving between rGPR and VPR.P0 as part of predicate vector
----------------
Please add a comment, similar to this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73786/new/
https://reviews.llvm.org/D73786
More information about the cfe-commits
mailing list