]> gcc.gnu.org Git - gcc.git/commit
libgccjit: Allow comparing vector types
authorAntoni Boucher <bouanto@zoho.com>
Sat, 25 Jun 2022 01:05:29 +0000 (21:05 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Wed, 14 Dec 2022 04:55:12 +0000 (23:55 -0500)
commit512098a3316f07d4b8bf0e035ab128ed2a50cb5e
tree21a109cbe27104ea70338f5e4b604ebe726e7e90
parentf17ddf2c484427e6ddfd994b62fefcdac27ac02f
libgccjit: Allow comparing vector types

gcc/jit/ChangeLog:
PR jit/108078
* jit-recording.h: Add vector_type::is_same_type_as method

gcc/testsuite/ChangeLog:
PR jit/108078
* jit.dg/test-vector-types.cc: Add tests for vector type comparison

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Signed-off-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
gcc/jit/jit-recording.h
gcc/testsuite/jit.dg/test-vector-types.cc
This page took 0.058942 seconds and 6 git commands to generate.