This is a set of instructions that take just a single register as an operand, with no immediates. Because all instructions share the same format, I haven't added exhaustive bit testing to all instructions but just to the inc instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
2,800 ms | windows > Clang.OpenMP::Unknown Unit Message ("") |
Event Timeline
Comment Actions
- updated formatting
This isn't exactly 80 chars, but it's a lot better than before. I agree that this style return is more readable. I'm not sure cutting those last two or so characters will make the code more readable.
clang-tidy: warning: invalid case style for variable 'd' [readability-identifier-naming]
not useful