[all-commits] [llvm/llvm-project] cbcce8: [NFC][Thumb] Update frame-chain codegen test to us...

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Tue Jun 14 06:38:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cbcce82ef6b512d97e92a319a75a03e997c844e1
      https://github.com/llvm/llvm-project/commit/cbcce82ef6b512d97e92a319a75a03e997c844e1
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/test/CodeGen/Thumb/frame-chain.ll

  Log Message:
  -----------
  [NFC][Thumb] Update frame-chain codegen test to use thumbv6m

The `llvm/test/CodeGen/Thumb/frame-chain.ll`, recently added by D125094,
currently fails when expensive checks are enabled due to a tMOVr
instruction that is only valid from V6 onwards.

The use of the invalid instruction is unrelated to the contents of the
original patch, and continues to be triggered by this test if its
CodeGen changes are reverted, so this patch updates the test to use V6-M
while the issue is not resolved.




More information about the All-commits mailing list