mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Improve comments for r211040
Added comment to clarify why we r211040 choose to bail out of fast isel instead of generating a more complicated relocation, and fix mislabelled register in the comments of the asan test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; }
|
||||
; with "clang++ -S -emit-llvm -fsanitize=address -O0 -g test.cc"
|
||||
|
||||
; First, argument variable "y" resides in %rdi:
|
||||
; First, argument variable "y" resides in %rdx:
|
||||
; CHECK: DEBUG_VALUE: bar:y <- RDX
|
||||
|
||||
; Then its address is stored in a location on a stack:
|
||||
@@ -21,7 +21,7 @@
|
||||
; CHECK: .Ldebug_loc{{[0-9]+}}:
|
||||
; We expect two location ranges for the variable.
|
||||
|
||||
; First, it is stored in %rdi:
|
||||
; First, it is stored in %rdx:
|
||||
; CHECK: .Lset{{[0-9]+}} = .Lfunc_begin0-.Lfunc_begin0
|
||||
; CHECK-NEXT: .quad .Lset{{[0-9]+}}
|
||||
; CHECK-NEXT: .Lset{{[0-9]+}} = [[START_LABEL]]-.Lfunc_begin0
|
||||
|
||||
Reference in New Issue
Block a user