[lld] [llvm] [X86] movsd/movss/movd/movq - add support for constant comments (PR #78601)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 18:10:31 PST 2024


================
@@ -5,7 +5,7 @@ define i64 @test1() nounwind {
 ; CHECK-LABEL: test1:
 ; CHECK:       # %bb.0: # %entry
 ; CHECK-NEXT:    #APP
-; CHECK-NEXT:    vmovq {{.*#+}} xmm16 = mem[0],zero
+; CHECK-NEXT:    vmovq 0, %xmm16
----------------
phoebewang wrote:

I understand the patch just changes the comments, why codegen affected here too?

https://github.com/llvm/llvm-project/pull/78601


More information about the llvm-commits mailing list