This enables the use of reg+imm addressing modes to match the
non-sret variants of these intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
BTW I pushed this patch to main:
https://reviews.llvm.org/D133023
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | ||
---|---|---|
5431 | I believe you can remove this test, no? |
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | ||
---|---|---|
5431 | The opcode infers things like the number and type of operands and so this test ensures it's safe to do cast<ConstantSDNode>(Root->getOperand(1))->getZExtValue(). |
I believe you can remove this test, no?
It should fall into the default switch statement.