Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/test/builtins/Unit/arm/
-
trunk/
-
test/
-
builtins/
-
Unit/
-
arm/
-
aeabi_uldivmod_test.c
Hide Panel
f
Keyboard Reference
?
Differential
D30811
[Builtin][ARM] Fix test case for uldivmod
Closed
Public
Authored by
weimingz
on Mar 10 2017, 12:15 AM.
Download Raw Diff
Details
Reviewers
rengolin
compnerd
jroelofs
Commits
rG9dd49054fa55: [Builtin][ARM] Fix test case for uldivmod
rCRT297487: [Builtin][ARM] Fix test case for uldivmod
rL297487: [Builtin][ARM] Fix test case for uldivmod
Summary
the inline asm should set those clobbered registers.
Diff Detail
Repository
rL LLVM
Event Timeline
weimingz
created this revision.
Mar 10 2017, 12:15 AM
Herald
added a subscriber:
aemerson
.
·
View Herald Transcript
Mar 10 2017, 12:15 AM
jroelofs
accepted this revision.
Mar 10 2017, 8:53 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Mar 10 2017, 8:53 AM
Closed by commit
rL297487: [Builtin][ARM] Fix test case for uldivmod
(authored by
weimingz
).
·
Explain Why
Mar 10 2017, 10:33 AM
This revision was automatically updated to reflect the committed changes.