Allow the comparison of x86 registers in the evaluation of assembler
directives. This generalizes and simplifies the extension from r334022 to catch another case
found in the Linux kernel.
Details
Details
- Reviewers
rnk void - Commits
- rG5396514e131e: Merging r339895 and r339896: --------------------------------------------------…
rG7fd992a75502: [MC][X86] Enhance X86 Register expression handling to more closely match GCC.
rL340329: Merging r339895 and r339896:
rL339895: [MC][X86] Enhance X86 Register expression handling to more closely match GCC.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/MC/MCExpr.cpp | ||
---|---|---|
765 ↗ | (On Diff #160864) | This is a bit of an odd construct, maybe just do default: break; like normal. |