[all-commits] [llvm/llvm-project] cdf3de: [CodeGen] fix misnamed "not" operation; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed Aug 31 12:12:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdf3de45d282694290011a2949bdcc61cabb47ef
https://github.com/llvm/llvm-project/commit/cdf3de45d282694290011a2949bdcc61cabb47ef
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/test/CodeGen/PowerPC/builtins-ppc-p10vector.c
M clang/test/CodeGen/X86/avx512f-builtins.c
Log Message:
-----------
[CodeGen] fix misnamed "not" operation; NFC
Seeing the wrong instruction for this name in IR is confusing.
Most of the tests are not even checking a subsequent use of
the value, so I just deleted the over-specified CHECKs.
More information about the All-commits
mailing list