[all-commits] [llvm/llvm-project] 4c411d: [X86] Add tests showing failure to combine consecu...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Mar 4 09:07:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c411d2419a699cd927b800dc24021f711b3e0e6
https://github.com/llvm/llvm-project/commit/4c411d2419a699cd927b800dc24021f711b3e0e6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/fshl.ll
Log Message:
-----------
[X86] Add tests showing failure to combine consecutive loads + FSHL into a single load
Similar to some of the regressions seen in D75114
Commit: f24d90c0a64645a5b82b397a571d6a65f87b40ed
https://github.com/llvm/llvm-project/commit/f24d90c0a64645a5b82b397a571d6a65f87b40ed
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/fshr.ll
Log Message:
-----------
[X86] Add tests showing failure to combine consecutive loads + FSHR into a single load
Similar to some of the regressions seen in D75114
Compare: https://github.com/llvm/llvm-project/compare/5b1e5b4338d1...f24d90c0a646
More information about the All-commits
mailing list