Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
4510 | No Optional |
Comment Actions
Change Optional<Register> to Register, change a >= to == since it's all that's needed
llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp | ||
---|---|---|
1052–1053 | These should be swapped to get the correct failure message |
No Optional