diff options
author | Sanjay Patel <spatel@rotateright.com> | 2022-07-26 13:29:48 -0400 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2022-07-26 14:47:21 -0400 |
commit | dcd09467b0b8f462c40ab4ffa3a4e54a321dd55e (patch) | |
tree | ae3416cb1c36ca4b3b4721a08e2011de5d0715b2 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c17420fdeebb86f48994f4eb824e1f16d432c492 (diff) | |
download | llvm-dcd09467b0b8f462c40ab4ffa3a4e54a321dd55e.zip llvm-dcd09467b0b8f462c40ab4ffa3a4e54a321dd55e.tar.gz llvm-dcd09467b0b8f462c40ab4ffa3a4e54a321dd55e.tar.bz2 |
[InstSimplify] remove redundant calls to 'isImplied'; NFCI
We already call the more general isImpliedCondition() (which calls
isImpliedTrueByMatchingCmp() internally) from simplifyAndInst()
and simplifyOrInst().
There was a difference visible with this change on a vector test
before a925bef70c6c, but I can't find any gaps now.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions