[clang] [llvm] [X86][APX] Return CopyMI when added in foldMemoryOperandImpl (PR #191368)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 10 02:47:33 PDT 2026
================
@@ -0,0 +1,65 @@
+; REQUIRES: x86-registered-target
+; RUN: %clang -O1 -mapx-features=ndd --target=x86_64-pc-windows-gnu -S %s -mllvm -verify-machineinstrs -o /dev/null
----------------
arsenm wrote:
Clang shouldn't be running a codegen test, and the output should be checked
https://github.com/llvm/llvm-project/pull/191368
More information about the cfe-commits
mailing list