[llvm] InstCombine: Emit ldexp intrinsic in exp2->ldexp combine (PR #92039)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 18:15:37 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
----------------
dtcxzyw wrote:
I guess xUN is left for these FIXME tests. I saw some use of xUN in codegen tests.
https://github.com/llvm/llvm-project/pull/92039
More information about the llvm-commits
mailing list