This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r236984 - in /trunk/gcc: ChangeLog config/arm/s...


Author: ktkachov
Date: Wed Jun  1 10:44:07 2016
New Revision: 236984

URL: https://gcc.gnu.org/viewcvs?rev=236984&root=gcc&view=rev
Log:
[ARM] Use proper output modifier for DImode register in store exclusive patterns

	* config/arm/sync.md (arm_store_exclusive<mode>):
	Use 'H' output modifier on operands[2] rather than creating a new
	entry in out-of-bounds memory of the operands array.
	(arm_store_release_exclusivedi): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/sync.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]