This fixes failure for some LLVM IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | ||
---|---|---|
2753 | Do you need to check for validity for both XTy and YTy? |
Paths
| Differential D142791
[GlobalISel] Don't combine instructions with unknown type in hoist_logic_op_with_same_opcode_hands. ClosedPublic Authored by dzhidzhoev on Jan 27 2023, 4:40 PM.
Details Summary This fixes failure for some LLVM IR.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 30 2023, 10:07 AM Closed by commit rG2a45d061ef81: [GlobalISel] Don't combine instructions with unknown type in… (authored by dzhidzhoev). · Explain WhyJan 31 2023, 3:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492968 llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/postlegalizercombiner-hoist-same-hands.mir
|
Do you need to check for validity for both XTy and YTy?