diff options
author | Nikita Popov <npopov@redhat.com> | 2025-05-30 10:56:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 10:56:49 +0200 |
commit | ea096c98ae2c88ce9ba879be832caa8b254a348a (patch) | |
tree | 1e6bf1d5033869fe876ad63f2ed1e041c88b7958 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 5483190216cb0ff3b9f0e1a3ca901ad1b259ba82 (diff) | |
download | llvm-ea096c98ae2c88ce9ba879be832caa8b254a348a.zip llvm-ea096c98ae2c88ce9ba879be832caa8b254a348a.tar.gz llvm-ea096c98ae2c88ce9ba879be832caa8b254a348a.tar.bz2 |
[SDAG] Remove noundef workaround for range metadata/attributes (#141745)
In https://reviews.llvm.org/D157685 I changed SDAG to only transfer
range metadata to SDAG if it also has !noundef. At the time, this was
necessary because SDAG incorrectly propagated poison when folding
logical and/or to bitwise and/or.
The root cause of that issue has since been addressed by
https://github.com/llvm/llvm-project/pull/84924, so drop the workaround
now.
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions