Skip to content

Commit cfae3da

Browse files
Merge branch 'gh-101657' of github.com:DhruvSrivastavaX/lldb-for-aix into gh-101657
2 parents 7609ad3 + 13f3598 commit cfae3da

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

llvm/lib/Target/RISCV/RISCVGISel.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ def : LdPat<load, LD, PtrVT>;
169169
def : StPat<store, SD, GPR, PtrVT>;
170170
}
171171

172-
let Predicates = [IsRV64] in {
173-
// FIXME: Temporary until i32->i64 zext is no longer legal.
174-
def : Pat <(srl (zext GPR:$rs1), uimm5:$shamt),
175-
(SRLIW GPR:$rs1, uimm5:$shamt)>;
176-
}
177-
178172
//===----------------------------------------------------------------------===//
179173
// RV64 i32 patterns not used by SelectionDAG
180174
//===----------------------------------------------------------------------===//

llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ static_library("Utils") {
4040
"GlobalStatus.cpp",
4141
"GuardUtils.cpp",
4242
"HelloWorld.cpp",
43+
"IRNormalizer.cpp",
4344
"InjectTLIMappings.cpp",
4445
"InlineFunction.cpp",
4546
"InstructionNamer.cpp",

0 commit comments

Comments
 (0)