On Mon, Nov 9, 2020 at 2:50 PM Hongyu Wang wrote:
LGTM.
Thanks,
Uros.
> >
> > Please rewrite scan strings back to using double-quotation marks.
> >
>
> Yes, updated patch.
>
> Uros Bizjak 于2020年11月9日周一 下午7:41写道:
>
> >
> > On Mon, Nov 9, 2020 at 11:50 AM Hongyu Wang wrote:
> > >
> > > Hi
> > >
>
> Please rewrite scan strings back to using double-quotation marks.
>
Yes, updated patch.
Uros Bizjak 于2020年11月9日周一 下午7:41写道:
>
> On Mon, Nov 9, 2020 at 11:50 AM Hongyu Wang wrote:
> >
> > Hi
> >
> > According to the discussion in
> > https://gcc.gnu.org/pipermail/gcc/2020-November/234096.ht
On Nov 09 2020, Hongyu Wang via Gcc-patches wrote:
> diff --git a/gcc/testsuite/gcc.target/i386/keylocker-encodekey128.c
> b/gcc/testsuite/gcc.target/i386/keylocker-encodekey128.c
> index 8dd1bc634ac..c2bc7ea344d 100644
> --- a/gcc/testsuite/gcc.target/i386/keylocker-encodekey128.c
> +++ b/gcc/te
On Mon, Nov 9, 2020 at 12:47 PM Iain Sandoe wrote:
>
> Uros Bizjak via Gcc-patches wrote:
>
> > On Mon, Nov 9, 2020 at 11:50 AM Hongyu Wang wrote:
> >> Hi
> >>
> >> According to the discussion in
> >> https://gcc.gnu.org/pipermail/gcc/2020-November/234096.html,
> >> The testcase for keylocker-*
Uros Bizjak via Gcc-patches wrote:
On Mon, Nov 9, 2020 at 11:50 AM Hongyu Wang wrote:
Hi
According to the discussion in
https://gcc.gnu.org/pipermail/gcc/2020-November/234096.html,
The testcase for keylocker-* is too strict for darwin target. This
patch adjusted the regex, and add a missing
On Mon, Nov 9, 2020 at 11:50 AM Hongyu Wang wrote:
>
> Hi
>
> According to the discussion in
> https://gcc.gnu.org/pipermail/gcc/2020-November/234096.html,
> The testcase for keylocker-* is too strict for darwin target. This
> patch adjusted the regex, and add a missing test for aesenc256kl
> inst
Hi
According to the discussion in
https://gcc.gnu.org/pipermail/gcc/2020-November/234096.html,
The testcase for keylocker-* is too strict for darwin target. This
patch adjusted the regex, and add a missing test for aesenc256kl
instruction.
Tested by Iain Sandone and all get pass in darwin target.