Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Target
X86
X86ISelLowering.cpp
Find file
Blame
History
Permalink
Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, result_size - n - m)))
· 7a3e750f
Evan Cheng
authored
Mar 20, 2008
llvm-svn: 48578
7a3e750f
Loading