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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 09:51:35 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
----------------
MaskRay wrote:

Indent continulation lines by 2 spaces

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


More information about the llvm-commits mailing list