Set clobbers_flags to False for urm_noflags_abcd.

`urm_noflags` is a variant of `urm` which doesn't clobber the flags, and
`urm_noflags_abcd` is a further variant for ABCD registers, so it also
doesn't clobber the flags.
This commit is contained in:
Dan Gohman
2018-06-05 11:23:57 -07:00
parent eb94664285
commit 970045c309
4 changed files with 57 additions and 0 deletions

View File

@@ -342,6 +342,14 @@ Test the DCE pass.
The DCE pass is run on each function, and then results are run
through filecheck.
`test shrink`
-----------------
Test the instruction shrinking pass.
The shrink pass is run on each function, and then results are run
through filecheck.
`test preopt`
-----------------