[PATCH] D61846: [DAGCombiner] Fix invalid alias analysis.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 01:54:25 PDT 2019
courbet marked an inline comment as done.
courbet added inline comments.
================
Comment at: llvm/test/CodeGen/X86/lifetime-alias.ll:44
+; CHECK-NEXT: movq $0, -{{[0-9]+}}(%rsp)
+; CHECK-NEXT: movb $21, -{{[0-9]+}}(%rsp)
+; CHECK-NEXT: movabsq $7308613581744070988, %rax # imm = 0x656D69547473614C
----------------
Note how the string size for `"FunnyItWorkedLastTime"` was incorrectly set to 15 before, and is now correctly set to 21.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61846/new/
https://reviews.llvm.org/D61846
More information about the llvm-commits
mailing list