Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152819
[X86][AMX] Let Store not be removed if combineCastStore failed ClosedPublic Authored by yubing on Jun 13 2023, 8:04 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jun 19 2023, 12:05 AM Closed by commit rG7faed5c49ca1: [X86][AMX] Let Store not be removed if combineCastStore failed (authored by yubing). · Explain WhyJun 19 2023, 12:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532550 llvm/lib/Target/X86/X86LowerAMXType.cpp
|
Given the condition here, there's no chance return false so far.