diff options
author | Luke Lau <luke@igalia.com> | 2024-04-29 15:08:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 15:08:38 +0800 |
commit | e2b8af7e149c38e3b7ab0d25f86792fcbdd06507 (patch) | |
tree | 3916f904ca3eee2d68b1e382beaa51636b79158e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 66274eb9f7e7fc4b023343476c4d066e4413180a (diff) | |
download | llvm-e2b8af7e149c38e3b7ab0d25f86792fcbdd06507.zip llvm-e2b8af7e149c38e3b7ab0d25f86792fcbdd06507.tar.gz llvm-e2b8af7e149c38e3b7ab0d25f86792fcbdd06507.tar.bz2 |
[RISCV] Don't use MachineInstr::isIdenticalTo in hasSameAVL (#90431)
MachineInstr::isIdenticalTo compares that the operands and flags are the
same IIUC, but I think we actually want to check that it's the same
MachineInstr * with respect to position in the block etc.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions