Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
16734–16735 | It might be better to use allow the floating point value to fold too: if (N0.getOpcode() == AArch64ISD::DUP) return VT.isInteger() ? DAG.getZExtOrTrunc(N0.getOperand(0), SDLoc(N), VT) : N0.getOperand(0); | |
llvm/test/CodeGen/AArch64/aarch64-dup-dot-crash.ll | ||
10 | Can you add update_llc_test_checks output too. |
Comment Actions
@zjaffal is out-of-office, I'll land the change on his behalf in the meantime to fix the crash
It might be better to use allow the floating point value to fold too: