[all-commits] [llvm/llvm-project] 14947c: [IR] Handle assume intrinsics in hasClobberingOper...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Sep 23 01:27:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14947cc4cd1a2a57a4d2728e8bab0daa60023440
https://github.com/llvm/llvm-project/commit/14947cc4cd1a2a57a4d2728e8bab0daa60023440
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/lib/IR/Instructions.cpp
Log Message:
-----------
[IR] Handle assume intrinsics in hasClobberingOperandBundle()
Operand bundles on assumes do not read or write -- we correctly
modelled the read side of this, but not the write side. In practice
this did not matter because of how the method is used, but this
will become relevant for a future patch.
More information about the All-commits
mailing list