[llvm] [LICM] Prevent LICM of ptrtoint and inttoptr when using non-integral pointers (PR #97272)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 01:49:23 PDT 2024
=?utf-8?q?Csan=C3=A1d_Hajd=C3=BA?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/97272 at github.com>
================
@@ -0,0 +1,67 @@
+; RUN: opt -passes=licm -S < %s | FileCheck %s
----------------
nikic wrote:
Use update_test_checks.py.
https://github.com/llvm/llvm-project/pull/97272
More information about the llvm-commits
mailing list