This patch simply adds support for the new CPU in anticipation of Power9. There isn't really any functionality added so there are no associated test cases at this time.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Basic/Targets.cpp | ||
---|---|---|
1239 | Come to think of it - I should add a test case for this macro. It will be on the next revision if one is required or in the actual commit otherwise. |
Comment Actions
Please do add tests before committing. Otherwise ok.
Thanks.
-eric
lib/Basic/Targets.cpp | ||
---|---|---|
1239 | Please add a test for everything you just added, yes. :) |
Come to think of it - I should add a test case for this macro. It will be on the next revision if one is required or in the actual commit otherwise.