[llvm] [Xtensa] Implement Xtensa Mul and Div Options. (PR #132157)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 10:42:44 PDT 2025


================
@@ -1,10 +1,13 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
 ; RUN: llc -mtriple=xtensa -verify-machineinstrs < %s \
 ; RUN:   | FileCheck -check-prefix=XTENSA %s
+; RUN: llc -mtriple=xtensa -mattr=+div32 -verify-machineinstrs < %s \
+; RUN: | FileCheck -check-prefix=XTENSA-DIV %s
----------------
andreisfr wrote:

Also I fixed "callw.ll" test, because code generation changed a bit in main branch.

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


More information about the llvm-commits mailing list