[llvm] r271340 - ARM: Improve/fix comment in recently added test.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 15:00:05 PDT 2016
Author: matze
Date: Tue May 31 16:59:59 2016
New Revision: 271340
URL: http://llvm.org/viewvc/llvm-project?rev=271340&view=rev
Log:
ARM: Improve/fix comment in recently added test.
Modified:
llvm/trunk/test/CodeGen/ARM/cmpxchg-O0.ll
Modified: llvm/trunk/test/CodeGen/ARM/cmpxchg-O0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/cmpxchg-O0.ll?rev=271340&r1=271339&r2=271340&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/cmpxchg-O0.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/cmpxchg-O0.ll Tue May 31 16:59:59 2016
@@ -101,8 +101,8 @@ define { i64, i1 } @test_nontrivial_args
ret { i64, i1 } %res
}
-; The following used to trigger an assertion in the aarch64 backend when
-; creating a spill for a physreg with RC==GPRPairRegClass.
+; The following used to trigger an assertion when creating a spill on thumb2
+; for a physreg with RC==GPRPairRegClass.
; CHECK-LABEL: test_cmpxchg_spillbug:
; CHECK: ldrexd
; CHECK: strexd
More information about the llvm-commits
mailing list