[PATCH] D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 07:36:11 PDT 2023


pengfei added a comment.

In D157513#4573485 <https://reviews.llvm.org/D157513#4573485>, @n-omer wrote:

> Before and after diff of the test:
>
>   --- a/llvm/test/CodeGen/X86/pr63645.ll
>   +++ b/llvm/test/CodeGen/X86/pr63645.ll
>   @@ -17,6 +17,8 @@ define i32 @main() #1 {
>    ; CHECK:       # %bb.0: # %entry
>    ; CHECK-NEXT:    movl $0, c(%rip)
>    ; CHECK-NEXT:    movq $64, p(%rip)
>   +; CHECK-NEXT:    movabsq $214787019555673, %rax # imm = 0xC3590000C359
>   +; CHECK-NEXT:    movq %rax, -{{[0-9]+}}(%rsp)
>    ; CHECK-NEXT:    cmpl $42828, -{{[0-9]+}}(%rsp) # imm = 0xA74C
>    ; CHECK-NEXT:    jg .LBB0_2
>    ; CHECK-NEXT:  # %bb.1: # %if.then.1.i

You can pre-commit the test and only show the diff in this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157513/new/

https://reviews.llvm.org/D157513



More information about the llvm-commits mailing list