diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2024-11-30 08:14:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-30 08:14:24 +0300 |
commit | a348f223cab54b21a7b1c38dec7bc6aa2f81c949 (patch) | |
tree | 93c1d4552897695624bf56703f4de4a3b83c12f6 /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 691e55643daa3470ff19b02a55e3e2503d2de0c9 (diff) | |
download | llvm-a348f223cab54b21a7b1c38dec7bc6aa2f81c949.zip llvm-a348f223cab54b21a7b1c38dec7bc6aa2f81c949.tar.gz llvm-a348f223cab54b21a7b1c38dec7bc6aa2f81c949.tar.bz2 |
[ARM] Stop gluing ALU nodes to branches / selects (#116970)
Following #116547 and #116676, this PR changes the type of results and
operands of some nodes to accept / return a normal type instead of Glue.
Unfortunately, changing the result type of one node requires changing
the operand types of all potential consumer nodes, which in turn
requires changing the result types of all other possible producer nodes.
So this is a bulk change.
Pull Request: https://github.com/llvm/llvm-project/pull/116970
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions