[all-commits] [llvm/llvm-project] ae2da6: [LICM] Add more tests for promotion and capture (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Apr 17 07:57:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae2da68da62653eddc72084990ef75d39287cefd
https://github.com/llvm/llvm-project/commit/ae2da68da62653eddc72084990ef75d39287cefd
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-04-17 (Sat, 17 Apr 2021)
Changed paths:
A llvm/test/Transforms/LICM/promote-capture.ll
Log Message:
-----------
[LICM] Add more tests for promotion and capture (NFC)
We could optimize the first case, as the pointer is captured only
after the loop.
More information about the All-commits
mailing list