[all-commits] [llvm/llvm-project] b0225a: Prevent comparison with wider type in loop condition
Aakanksha Patil via All-commits
all-commits at lists.llvm.org
Fri Mar 25 04:35:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0225ab8fd4fff92f081da3fabcb635c8e67e5ca
https://github.com/llvm/llvm-project/commit/b0225ab8fd4fff92f081da3fabcb635c8e67e5ca
Author: Aakanksha <paakan at amd.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M llvm/utils/TableGen/X86RecognizableInstr.cpp
Log Message:
-----------
Prevent comparison with wider type in loop condition
This change fixes the code violations flagged in AMD compute CodeQL scan - "comparison-with-wider-type"
Differential Revision: https://reviews.llvm.org/D122447
More information about the All-commits
mailing list