Dimitry Andric 702995b2a5 Tentatively apply https://reviews.llvm.org/D78877 (by Dave Green):
[ARM] Only produce qadd8b under hasV6Ops

  When compiling for a arm5te cpu from clang, the +dsp attribute is
  set. This meant we could try and generate qadd8 instructions where we
  would end up having no pattern. I've changed the condition here to be
  hasV6Ops && hasDSP, which is what other parts of ARMISelLowering seem
  to use for similar instructions.

  Fixed PR45677.

This fixes "fatal error: error in backend: Cannot select: t37: i32 =
ARMISD::QADD8b t43, t44" when compiling sys/dev/sound/pcm/feeder_mixer.c
for armv5. For some reason we do not encounter this on head, but this
error popped up while building universes for stable/12.

MFC after:	3 days
2020-04-26 19:17:45 +00:00
..
2020-04-21 13:30:00 +00:00
2019-08-11 06:26:03 +00:00
2020-02-11 07:02:48 +00:00
2019-11-01 11:28:43 +00:00
2020-04-23 23:57:43 +00:00
2020-03-29 02:40:03 +00:00
2019-06-29 18:41:40 +00:00
2020-03-02 08:44:58 +00:00
2019-12-21 21:05:53 +00:00
2020-01-25 21:16:45 +00:00
2020-02-19 17:09:08 +00:00
2020-04-06 23:11:43 +00:00
2019-12-09 17:58:22 +00:00
2019-05-08 11:04:09 +00:00
2020-04-19 02:20:39 +00:00
2019-11-20 23:56:20 +00:00
2020-04-23 14:08:40 +00:00
2019-12-21 21:02:50 +00:00
2020-04-24 05:05:58 +00:00
2019-08-22 18:52:30 +00:00
2020-03-22 01:27:38 +00:00