[llvm] [LICM] Prevent LICM of ptrtoint and inttoptr when using non-integral pointers (PR #97272)
Csanád Hajdú via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 02:12:55 PDT 2024
================
@@ -0,0 +1,67 @@
+; RUN: opt -passes=licm -S < %s | FileCheck %s
----------------
Il-Capitano wrote:
Done.
https://github.com/llvm/llvm-project/pull/97272
More information about the llvm-commits
mailing list