[all-commits] [llvm/llvm-project] 9106b5: [CodeGen] Make ShapeT::operator== const. NFC.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Feb 19 04:25:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9106b5e546c95537957ca9e34cc12cd62ff00112
https://github.com/llvm/llvm-project/commit/9106b5e546c95537957ca9e34cc12cd62ff00112
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-02-19 (Sat, 19 Feb 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TileShapeInfo.h
Log Message:
-----------
[CodeGen] Make ShapeT::operator== const. NFC.
Otherwise it becomes asymmetric in the types it accepts.
More information about the All-commits
mailing list