[llvm] [ms] [llvm-ml] Allow PTR casting of registers to their own size (PR #132751)
Eric Astor via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 07:57:07 PDT 2025
================
@@ -0,0 +1,25 @@
+; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
----------------
ericastor wrote:
It does run through the object generation code path, but thanks for checking. (In fact, I confirmed that these tests fail without the X86AsmParser.cpp changes!)
https://github.com/llvm/llvm-project/pull/132751
More information about the llvm-commits
mailing list