History log of /llvm-project/llvm/test/CodeGen/SPIRV/const-array-in-struct.ll (Results 1 – 1 of 1)
Revision Date Author Comments
# b0efde6d 24-Jun-2024 Vyacheslav Levytskyy <vyacheslav.levytskyy@intel.com>

[SPIR-V]: Improve pattern matching to recognize a composite constant to be a constant (#96286)

This PR is to fix https://github.com/llvm/llvm-project/issues/96285 by:
* improve pattern matching to

[SPIR-V]: Improve pattern matching to recognize a composite constant to be a constant (#96286)

This PR is to fix https://github.com/llvm/llvm-project/issues/96285 by:
* improve pattern matching to recognize an aggregate constant to be a
constant
* do not emit Bitcast for an aggregate type

show more ...