https://github.com/SixWeining commented:

Seem that the commit message has some typo.

```
The code sequence converted is as follows:

lu12i.w $a0, %ie_pc_hi20(sym) # le_hi20 != 0, otherwise NOP
ori $a0 $a0, %ie_pc_lo12(sym)
```

`%ie_pc_hi20` should be `%le_hi20`, right?

And the source register of `ori` is `$zero` if `%le_hi20 == 0`.

https://github.com/llvm/llvm-project/pull/123680
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to