summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/atomic-monotonic.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use the handle --check-prefixes mechanism to de-verbosify a couple atomics ↵Philip Reames2019-08-281-47/+22
| | | | | | tests [NFC] llvm-svn: 370256
* RegAllocFast: Improve hinting heuristicMatt Arsenault2019-05-161-4/+4
| | | | | | | | | | | | | | | Trace through multiple COPYs when looking for a physreg source. Add hinting for vregs that will be copied into physregs (we only hinted for vregs getting copied to a physreg previously). Give hinted a register a bonus when deciding which value to spill. This is part of my rewrite regallocfast series. In fact this one doesn't even have an effect unless you also flip the allocation to happen from back to front of a basic block. Nonetheless it helps to split this up to ease review of D52010 Patch by Matthias Braun llvm-svn: 360887
* [Test] Add codegen tests for unordered and monotonic integer operationsPhilip Reames2019-02-061-0/+118
llvm-svn: 353266
OpenPOWER on IntegriCloud