[clang] Do not report -Wasm-operand-widths for Aarch64 ilp32 operands (PR #73385)

2024-02-01 Thread via cfe-commits
https://github.com/joyhou-hw closed https://github.com/llvm/llvm-project/pull/73385 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Do not report -Wasm-operand-widths for Aarch64 ilp32 operands (PR #73385)

2023-11-25 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-backend-aarch64 Author: None (joyhou-hw) Changes Since width of pointer type is 32 bits in ILP32 while memory instruction shall 'x' registers. msr/mrs likewise. Now Wasm-operand-widths in ILP32 will warning below asm code

[clang] Do not report -Wasm-operand-widths for Aarch64 ilp32 operands (PR #73385)

2023-11-25 Thread via cfe-commits
https://github.com/joyhou-hw created https://github.com/llvm/llvm-project/pull/73385 Since width of pointer type is 32 bits in ILP32 while memory instruction shall 'x' registers. msr/mrs likewise. Now Wasm-operand-widths in ILP32 will warning below asm code with a WRONG massage. ``` void