This patch makes possible generating NVPTX assembly check lines with update_llc_test_checks.py utility. Differential Revision: https://reviews.llvm.org/D122986
5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
# REQUIRES: nvptx-registered-target
|
|
|
|
# RUN: cp -f %S/Inputs/nvptx-basic.ll %t.ll && %update_llc_test_checks %t.ll
|
|
# RUN: diff -u %S/Inputs/nvptx-basic.ll.expected %t.ll
|