Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/movw-consts.ll | ||
---|---|---|
157 | Would it be better if the comment's bitwidth matched the register's bitwidth? |
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp | ||
---|---|---|
317 | static_cast is more greppable |
Comment Actions
The cases you changed *LGTM* (really good to me!! :-)) I did not check that all cases are covered, but this shouldn't hold up the merge.
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp | ||
---|---|---|
316 | this could be factored out into a function? |
this could be factored out into a function?