This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix ix86_expand_vector_set (PR target/70421)


On 03/29/2016 11:05 AM, Jakub Jelinek wrote:
Hi!

The various blendm expanders look like:
(define_insn "<avx512>_blendm<mode>"
   [(set (match_operand:V48_AVX512VL 0 "register_operand" "=v")
         (vec_merge:V48_AVX512VL
           (match_operand:V48_AVX512VL 2 "nonimmediate_operand" "vm")
           (match_operand:V48_AVX512VL 1 "register_operand" "v")
One could argue this ordering is just asking for trouble.

Ultimately, I'll defer to Uros and Kirill.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]