[all-commits] [llvm/llvm-project] ecf581: [InstCombine] Add select(cond, gep(gep(x, y), z), gep(...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jul 15 11:30:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecf5813c824cee2e332a2a625ff88d55c8e51b29
https://github.com/llvm/llvm-project/commit/ecf5813c824cee2e332a2a625ff88d55c8e51b29
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/select-gep.ll
Log Message:
-----------
[InstCombine] Add select(cond,gep(gep(x,y),z),gep(x,y)) tests from PR51069
More information about the All-commits
mailing list