Noticed by @craig.topper on D125836 which uses a tweaked copy of the same code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127772
[DAG] Fix SDLoc mismatch in (shl (srl x, c1), c2) -> and(shift(x,c3)) fold ClosedPublic Authored by RKSimon on Jun 14 2022, 11:13 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2022, 8:12 PM This revision was landed with ongoing or failed builds.Jun 15 2022, 3:08 AM Closed by commit rGf096d5926ddc: [DAG] Fix SDLoc mismatch in (shl (srl x, c1), c2) -> and(shift(x,c3)) fold (authored by RKSimon). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437100 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
llvm/test/CodeGen/AMDGPU/load-lo16.ll
llvm/test/CodeGen/AMDGPU/shl.v2i16.ll
llvm/test/CodeGen/X86/2009-05-30-ISelBug.ll
llvm/test/CodeGen/X86/combine-shl.ll
llvm/test/CodeGen/X86/rotate-extract.ll
llvm/test/CodeGen/X86/shift-mask.ll
llvm/test/CodeGen/X86/sse2-vector-shifts.ll
|