Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] [PPCGCodeGeneration] Extend ↵ | Siddharth Bhat | 2017-07-07 | 1 | -6/+11 |
| | | | | | | | | | | `invariant-load-hoisting-with-variable-upper-bound` test case. - Check that we have invariant accesses. - Use `-polly-use-llvm-names` for better names in the test. - Rename test function to `f` for brevity. llvm-svn: 307401 | ||||
* | [NFC] [PPCGCodeGeneration] Add test for simple invariant load hoisting. | Siddharth Bhat | 2017-07-07 | 1 | -0/+52 |
- This already works, but add this to ensure that there is no regressions when I expand the invariant load hoisting ability of `PPCGCodeGeneration`. llvm-svn: 307398 |