[llvm] [ms] [llvm-ml] Allow PTR casting of registers to their own size (PR #132751)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 07:50:30 PDT 2025
================
@@ -0,0 +1,25 @@
+; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
----------------
MaskRay wrote:
(I am travelling with limited computer access until May 4th, and my response time may be delayed..)
I am not familiar with llvm-ml parsing, does this exercise the object generation code path (MCObjectStreamer)? If not, this might not usefully test the X86AsmParser.cpp changes.
https://github.com/llvm/llvm-project/pull/132751
More information about the llvm-commits
mailing list