This was checking extends as shuffles, where as we should be checking the operands. This helps sink the shuffles, creating more addl/subl instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D107623
[AArch64] Correct sinking of shuffles to adds/subs ClosedPublic Authored by dmgreen on Aug 6 2021, 12:51 AM.
Details Summary This was checking extends as shuffles, where as we should be checking the operands. This helps sink the shuffles, creating more addl/subl instructions.
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls. · View Herald TranscriptAug 6 2021, 12:51 AM This revision is now accepted and ready to land.Aug 10 2021, 3:31 AM This revision was landed with ongoing or failed builds.Aug 10 2021, 5:25 AM Closed by commit rG013030a0b213: [AArch64] Correct sinking of shuffles to adds/subs (authored by dmgreen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 365446 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions-inseltpoison.ll
llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll
|