RE: [PATCH v3] x86: Add a pass to remove redundant all 0s/1s vector load

2025-04-29 Thread Liu, Hongtao
> -Original Message- > From: H.J. Lu > Sent: Tuesday, April 29, 2025 2:59 PM > To: Hongtao Liu > Cc: GCC Patches ; Liu, Hongtao > ; Uros Bizjak > Subject: [PATCH v3] x86: Add a pass to remove redundant all 0s/1s vector > load > > On Tue, Apr 29, 2

[PATCH v3] x86: Add a pass to remove redundant all 0s/1s vector load

2025-04-29 Thread H.J. Lu
For the convenience of maintain, can we also replace the corresponding > > code in the remove_partial_avx_dependency function with a call to this > > ix86_place_single_vector_set function > > Will fix. Fixed in v3. Here is the v3 patch. OK for master? Thanks. -- H.J. ---