Files
clang-p2996/llvm/test/CodeGen/Xtensa/simple.ll
Andrei Safronov b5046a7fa9 [Xtensa] Initial codegen support from IR (#78548)
This PR provides implementation of the basic codegen infra such as
TargetFrameLowering, MCInstLower,
AsmPrinter, RegisterInfo, InstructionInfo, TargetLowering,
SelectionDAGISel.

Migrated from https://reviews.llvm.org/D145658
2024-02-12 17:41:59 +01:00

6 lines
235 B
LLVM

; RUN: llc -mtriple=xtensa -filetype=asm %s -o - | FileCheck %s
; RUN: llc -mtriple=xtensa -filetype=obj %s -o - | llvm-objdump --arch=xtensa -d - | FileCheck %s --check-prefix=DUMP
; CHECK: .text
; DUMP: file format elf32-xtensa