This adds a DeMorgan combine for OR's of compares to turn them into AND's, helping prevent them from going into and out of gpr registers. It also fills in the VCLE and VCLT nodes that MVE can select, allowing it to invert more compares.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
11850 | I am wondering if a map is easier as a data structure here so that you can just do a lookup and don't need the for-loop here? |
I am wondering if a map is easier as a data structure here so that you can just do a lookup and don't need the for-loop here?