================ @@ -0,0 +1,54 @@ +; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s ---------------- Artem-B wrote: Please use llvm/utils/update_test_checks.py to generate the checks. It makes it much easier to update them alter on. https://github.com/llvm/llvm-project/pull/85545