Add tests for all atomic operations for powerpc64le, so that all changes can be easily examined.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5014 Build 5014: arc lint + arc unit
Event Timeline
Comment Actions
Please strip comments like this "# =>This Inner Loop Header: Depth=1" from the check lines. We should be able to change those kinds of comments without affecting the tests. Otherwise, LGTM.
Comment Actions
Done.
I also tried to remove basic block comments. It turns out to be hard, because empty CHECK lines are not allowed. So I gave up. :P
Comment Actions
The way to do that is to give the basic blocks a name:
define void test0() { entry: ... ret void }
This will say "entry:" rather than a comment. I much prefer this, especially when generating check lines with the script.
Comment Actions
I didn't get "entry:", but rather "# BB#0: # %entry". I used a "Optimized build with assertions" llc.