[llvm] [InstCombine] Fold more 'fcmp' 'select' instrs idioms into 'fabs' (PR #83381)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 03:41:54 PDT 2024


================
@@ -0,0 +1,57 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -mtriple=aarch64-unknown-linux-gnu < %s -passes='sroa' -S | FileCheck %s
----------------
nikic wrote:

Remove the triple.

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


More information about the llvm-commits mailing list