[llvm] [Xtensa] Implement sextload i8 (PR #106053)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 04:25:43 PDT 2024


================
@@ -0,0 +1,13 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=xtensa < %s | FileCheck %s
+
+define signext i8 @test_load_i8(i32 noundef %0){
----------------
andreisfr wrote:

Thank you for comment. Fixed

https://github.com/llvm/llvm-project/pull/106053


More information about the llvm-commits mailing list