We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac2c4a commit dbcd858Copy full SHA for dbcd858
llvm/lib/CodeGen/LiveIntervals.cpp
@@ -730,7 +730,7 @@ void LiveIntervals::addKillFlags(const VirtRegMap *VRM) {
730
// Find the regunit intervals for the assigned register. They may overlap
731
// the virtual register live range, cancelling any kills.
732
RU.clear();
733
- LaneBitmask ArtificialLanes = LaneBitmask::getNone();
+ LaneBitmask ArtificialLanes;
734
for (MCRegUnitMaskIterator UI(PhysReg, TRI); UI.isValid(); ++UI) {
735
auto [Unit, Bitmask] = *UI;
736
// Record lane mask for all artificial RegUnits for this physreg.
0 commit comments