================ @@ -111,9 +111,9 @@ class X86OpcodePrefixHelper { // 0b11: F2 // EVEX (4 bytes) - // +-----+ +---------------+ +--------------------+ +------------------------+ - // | 62h | | RXBR' | B'mmm | | W | vvvv | X' | pp | | z | L'L | b | v' | aaa | - // +-----+ +---------------+ +--------------------+ +------------------------+ + // +-----+ +---------------+ +-------------------+ +------------------------+ + // | 62h | | RXBR' | B'mmm | | W | vvvv | U | pp | | z | L'L | b | v' | aaa | ---------------- KanRobert wrote:
Out of 80 columns is not an issue. We can use sth like ``` // clang-format off // clang-format on ``` for the comment. https://github.com/llvm/llvm-project/pull/101452 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits