[llvm] [DAGCombiner] Add some very basic folds for ADDRSPACECAST (PR #127733)

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 12:36:50 PST 2025


================
@@ -332,9 +332,7 @@ define signext i32 @setlength() {
 ; CHECK: lgr     [[MALLOC:[0-9]+]],3
 ; CHECK: basr    7,6
 ; CHECK: lgr     [[LENGTH:[0-9]+]],3
-; CHECK: la      [[ADDR:[0-9]+]],4([[MALLOC]])
-; CHECK: llgtr   [[ADDR]],[[ADDR]]
----------------
redstar wrote:

> both source and destination are [integral pointers](https://llvm.org/docs/LangRef.html#nointptrtype), and the result pointer is dereferenceable, the cast is assumed to be reversible

Doesn't this imply that the pointers must have the same size?

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


More information about the llvm-commits mailing list