[llvm] [InstCombine] Add fold for fabs(-x) -> fabs(x) (PR #94183)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 02:05:43 PDT 2024


================
@@ -0,0 +1,57 @@
+; RUN: opt -S -passes=instcombine %s | FileCheck %s
----------------
dtcxzyw wrote:

Please regenerate check lines with `llvm/utils/update_test_checks.py`


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


More information about the llvm-commits mailing list