[llvm] InstCombine: Emit ldexp intrinsic in exp2->ldexp combine (PR #92039)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 17:37:34 PDT 2024


================
@@ -0,0 +1,122 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; Note: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -S -passes=instcombine %s | FileCheck %s
+; xUN: opt -mtriple=aarch64-pc-linux-gnu -S -passes=instcombine %s | FileCheck -check-prefix=AARCH64 %s
----------------
nikic wrote:

xUN?

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


More information about the llvm-commits mailing list