summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic/zero-sized-array.ll
AgeCommit message (Collapse)Author
2022-12-01[NVPTX] Convert tests to check 'target=nvptx.*'Paul Robinson
Part of the project to eliminate special handling for triples in lit expressions.
2022-04-26[NVPTX][tests] Do not run the tests which are not supported by nvptxIgor Chebykin
Some generic tests are not supported by the nvptx now. Moreover, they are no plans to fix the tested features in nvptx. So, suggest to mark them as UNSUPPORTED Differential Revision: https://reviews.llvm.org/D123928
2011-05-13Make codegen able to handle values of empty types. This is one wayRafael Espindola
to fix PR9900. I will keep it open until sable is able to comment on it. llvm-svn: 131294