[all-commits] [llvm/llvm-project] 8689f9: [ARM] Fix MVE VCMPr f16 pattern
David Green via All-commits
all-commits at lists.llvm.org
Fri Mar 27 04:18:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8689f98e9ba5abb1942ad23dc7d08eaf6e0bfad9
https://github.com/llvm/llvm-project/commit/8689f98e9ba5abb1942ad23dc7d08eaf6e0bfad9
Author: David Green <david.green at arm.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrMVE.td
M llvm/test/CodeGen/Thumb2/mve-vcmpfz.ll
Log Message:
-----------
[ARM] Fix MVE VCMPr f16 pattern
This patterns seemed to be using the f32 instruction, not f16. Fix it to
use the correct one.
Differential Revision: https://reviews.llvm.org/D76841
More information about the All-commits
mailing list