aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2022-10-19 11:18:39 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2022-10-19 11:18:49 +0100
commit42230efccf8fe1185be5fa6c23dce0a8183d6ec9 (patch)
treebb4f60ee3dbe48c88ef504ea33ae37560616cbc1 /llvm/lib/Support/CommandLine.cpp
parentea09a426a94cdd1cdf96cf0d22f16f566aee3916 (diff)
downloadllvm-42230efccf8fe1185be5fa6c23dce0a8183d6ec9.zip
llvm-42230efccf8fe1185be5fa6c23dce0a8183d6ec9.tar.gz
llvm-42230efccf8fe1185be5fa6c23dce0a8183d6ec9.tar.bz2
[DAG] Fold (sra (or (shl x, c1), (shl y, c2)), c1) -> (sext_inreg (or x, (shl y,c2-c1)) iff c2 >= c1
Helps with some of the AMDGPU regressions identified in D136042 where we were losing signed BFE patterns after sinking shifts behind logic ops. Differential Revision: https://reviews.llvm.org/D136081
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions