wzssyqa wrote:

Sorry for the late comment.
I find a problem.  With the IR code like
```
define dso_local float @f1(float noundef %a, float noundef %b) 
local_unnamed_addr #0 {
entry:
  %call = tail call float @llvm.minimumnum.f32(float noundef %a, float noundef 
%b) #2
  ret float %call
}
`./bin/llc --mtriple=mipsisa64r6-unknown-linux-gnuabin32 xx.ll` has `.section   
     .mdebug.abiN32,"",@progbits`, while
`./bin/llc --mtriple=mipsisa64r6-unknown-linux-muslabin32 xx.ll` has `.section  
      .mdebug.abi64,"",@progbits`

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

Reply via email to