[llvm-branch-commits] [llvm] [RISCV] Support select optimization (PR #80124)

Luke Lau via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 23 03:19:40 PST 2026


================
@@ -0,0 +1,988 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -select-optimize -mtriple=riscv64 -S < %s \
----------------
lukel97 wrote:

We might as well use the new pass manager syntax?

```suggestion
; RUN: opt -p 'require<profile-summary>,function(select-optimize)' -mtriple=riscv64 -S < %s \
```

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


More information about the llvm-branch-commits mailing list