[PATCH] D157858: [UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 04:29:56 PDT 2023
pmatos created this revision.
pmatos added a reviewer: mpaszkowski.
Herald added subscribers: asb, luismarques, wingo, ThomasRaoux, hiraditya, arichardson.
Herald added a project: All.
pmatos requested review of this revision.
Herald added a reviewer: zuban32.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
We have to change the location of the comment for function start
in SPIRV. We add a new command line flag --skip-check-label, because
there's no function label on SPIRV.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157858
Files:
llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
llvm/test/CodeGen/SPIRV/expect.ll
llvm/test/CodeGen/SPIRV/optnone.ll
llvm/utils/UpdateTestChecks/asm.py
llvm/utils/UpdateTestChecks/common.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157858.549873.patch
Type: text/x-patch
Size: 6923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/dac9d362/attachment.bin>
More information about the llvm-commits
mailing list