It ensures that the bswap is generated even when a part of the subtree already matches a bswap transform.
Details
Details
- Reviewers
craig.topper efriedma RKSimon lebedev.ri spatel - Commits
- rGaaf050789664: [DAGCombine] Match more patterns for half word bswap
rL374340: [DAGCombine] Match more patterns for half word bswap
rG25ba49824d2d: [DAGCombine] Match more patterns for half word bswap
rL373850: [DAGCombine] Match more patterns for half word bswap
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I reverted this patch because it caused many bots to fail on AArch64/ARM/AMDGPU codegen tests like:
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/18791/steps/test/logs/stdio
Comment Actions
Fix erroneously inverted condition and ensuring previously broken tests are now passing again.