[all-commits] [llvm/llvm-project] 8d70f3: [ARM] Fix NEON failure introduced by D71065.
Simon Tatham via All-commits
all-commits at lists.llvm.org
Mon Dec 9 08:56:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8d70f3c933a5b81a87a5ab1af0e3e98ee2cd7c67
https://github.com/llvm/llvm-project/commit/8d70f3c933a5b81a87a5ab1af0e3e98ee2cd7c67
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrMVE.td
Log Message:
-----------
[ARM] Fix NEON failure introduced by D71065.
I rewrote the isel tablegen for MVE immediate shifts, and accidentally
removed the `let Predicates=[HasMVEInt]` that was wrapping the old
version, which seems to have allowed those rules to cause trouble on
non-MVE targets. That's what I get for only re-running the MVE tests.
More information about the All-commits
mailing list