User Details
User Details
- User Since
- Sep 20 2017, 9:18 PM (323 w, 6 d)
Jul 28 2023
Jul 28 2023
liuz added a comment to D147373: [InstCombine] fold double reverses.
ping
liuz updated the diff for D147373: [InstCombine] fold double reverses.
rebased
May 17 2023
May 17 2023
liuz added a comment to D147373: [InstCombine] fold double reverses.
hey @craig.topper thanks for the comments. I've updated my patch, please kindly have a look again if you have time :) thanks.
liuz updated the diff for D147373: [InstCombine] fold double reverses.
rebase + solve comments
Apr 5 2023
Apr 5 2023
liuz added a comment to D147373: [InstCombine] fold double reverses.
ping
Apr 1 2023
Apr 1 2023
liuz added inline comments to D147373: [InstCombine] fold double reverses.
liuz updated the diff for D147373: [InstCombine] fold double reverses.
liuz updated the diff for D147373: [InstCombine] fold double reverses.
fixed the failing test case.
liuz added a comment to D147373: [InstCombine] fold double reverses.
All the new test cases are validated by Alive2.
liuz added a comment to D147373: [InstCombine] fold double reverses.
liuz added inline comments to D147373: [InstCombine] fold double reverses.
liuz added a comment to D147373: [InstCombine] fold double reverses.
liuz updated the diff for D147373: [InstCombine] fold double reverses.
Updated the patch according to comments
liuz updated the diff for D147373: [InstCombine] fold double reverses.
liuz updated the diff for D147373: [InstCombine] fold double reverses.
liuz updated the summary of D147373: [InstCombine] fold double reverses.
liuz requested review of D147373: [InstCombine] fold double reverses.
Nov 26 2020
Nov 26 2020
Fix use-of-uninitialized-value in rG75f50e15bf8f
Nov 25 2020
Nov 25 2020
liuz committed rG75f50e15bf8f: Adding PoisonValue for representing poison value explicitly in IR (authored by liuz).
Adding PoisonValue for representing poison value explicitly in IR
Nov 25 2020, 4:44 PM · Restricted Project
Nov 24 2020
Nov 24 2020
liuz updated the diff for D71126: Adding PoisonValue for representing poison value explicitly in IR.
rebased to upstream
Nov 24 2020, 2:00 PM · Restricted Project
Oct 8 2020
Oct 8 2020
liuz updated the summary of D71126: Adding PoisonValue for representing poison value explicitly in IR.
Oct 8 2020, 11:00 PM · Restricted Project
liuz updated the diff for D71126: Adding PoisonValue for representing poison value explicitly in IR.
PoisonValue is now a subclass of UndefValue
Oct 8 2020, 10:59 PM · Restricted Project
Oct 6 2020
Oct 6 2020
liuz retitled D71126: Adding PoisonValue for representing poison value explicitly in IR from Add Poison Value to Adding PoisonValue for representing poison value explicitly in IR.
Oct 6 2020, 5:32 PM · Restricted Project
liuz updated the diff for D71126: Adding PoisonValue for representing poison value explicitly in IR.
Oct 6 2020, 5:21 PM · Restricted Project
Dec 6 2019
Dec 6 2019
liuz updated the summary of D71126: Adding PoisonValue for representing poison value explicitly in IR.
Dec 6 2019, 9:18 AM · Restricted Project
Herald added a reviewer for D71126: Adding PoisonValue for representing poison value explicitly in IR: whitequark.
Dec 6 2019, 8:57 AM · Restricted Project
Nov 17 2019
Nov 17 2019
liuz added a comment to D70246: [InstCombine] remove identity shuffle simplification for mask with undefs.
Converting poison to undef is okay, but undef to poison is not. undef & 0 == undef, but poison & 0 == poison. If undef can be optimized to poison, this can cause miscompilation. See here: https://rise4fun.com/Alive/DFYf , https://rise4fun.com/Alive/OZU
Nov 17 2019, 11:09 PM · Restricted Project