[llvm] InstCombine: Process addrspacecast uses in PointerReplacer (PR #91953)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 06:49:00 PDT 2024


================
@@ -429,9 +429,13 @@ entry:
 
 declare i8 @readonly_callee(ptr readonly nocapture)
 
+; FIXME: This should be able to fold to call i8 @readonly_callee(ptr nonnull @g1)
 define i8 @call_readonly_remove_alloca() {
----------------
gandhi56 wrote:

Change function name as well

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


More information about the llvm-commits mailing list