[llvm] [SimplifyCFG] Treat umul + extract pattern as one cheap single instruction (PR #128021)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 03:12:16 PDT 2025
================
@@ -0,0 +1,129 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S < %s | FileCheck %s
+target triple = "riscv64-unknown-unknown-elf"
----------------
dtcxzyw wrote:
Okay. Please move this test into the subdir `llvm/test/Transforms/SimplifyCFG/RISCV`.
https://github.com/llvm/llvm-project/pull/128021
More information about the llvm-commits
mailing list